/** * generated by Xtext 2.21.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Int Enumberation'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getIntEnumberation() * @model * @generated */ public interface IntEnumberation extends NumberSpecification { /** * Returns the value of the 'Entry' attribute list. * The list contents are of type {@link java.lang.Integer}. * * * @return the value of the 'Entry' attribute list. * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getIntEnumberation_Entry() * @model unique="false" * @generated */ EList getEntry(); } // IntEnumberation