/** * generated by Xtext 2.12.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import java.math.BigDecimal; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Real Enumeration'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getRealEnumeration() * @model * @generated */ public interface RealEnumeration extends NumberSpecification { /** * Returns the value of the 'Entry' attribute list. * The list contents are of type {@link java.math.BigDecimal}. * *

* If the meaning of the 'Entry' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Entry' attribute list. * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getRealEnumeration_Entry() * @model unique="false" * @generated */ EList getEntry(); } // RealEnumeration