/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'ALS Enum Declaration'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSEnumDeclaration() * @model * @generated */ public interface ALSEnumDeclaration extends ALSTypeDeclaration { /** * Returns the value of the 'Literal' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSEnumLiteral}. * *

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

* * @return the value of the 'Literal' containment reference list. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSEnumDeclaration_Literal() * @model containment="true" * @generated */ EList getLiteral(); } // ALSEnumDeclaration