public interface Enum extends SimpleDomainObject
The following features are supported:
TacticdslPackage.getEnum()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EnumAttribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
org.eclipse.emf.common.util.EList<EnumValue> |
getValues()
Returns the value of the 'Values' containment reference list.
|
boolean |
isOrdinal()
Returns the value of the 'Ordinal' attribute.
|
void |
setOrdinal(boolean value)
Sets the value of the '
Ordinal' attribute. |
getDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackageboolean isOrdinal()
If the meaning of the 'Ordinal' attribute isn't clear, there really should be more of a description here...
setOrdinal(boolean),
TacticdslPackage.getEnum_Ordinal()void setOrdinal(boolean value)
Ordinal' attribute.
value - the new value of the 'Ordinal' attribute.isOrdinal()org.eclipse.emf.common.util.EList<EnumAttribute> getAttributes()
EnumAttribute.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getEnum_Attributes()org.eclipse.emf.common.util.EList<EnumValue> getValues()
EnumValue.
If the meaning of the 'Values' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getEnum_Values()