org.eclipse.modisco.omg.gastm
Interface EnumType

All Superinterfaces:
DataType, GASTMObject, GASTMSyntaxObject, Type

public interface EnumType
extends DataType

A representation of the model object 'Enum Type'.

The following features are supported:

See Also:
GASTMPackage.getEnumType()
Generated:
Model:

Method Summary
  getEnumLiterals()
          Returns the value of the 'Enum Literals' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Type
getIsConst, setIsConst
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getEnumLiterals

 getEnumLiterals()
Returns the value of the 'Enum Literals' containment reference list. The list contents are of type EnumLiteralDefinition.

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

Returns:
the value of the 'Enum Literals' containment reference list.
See Also:
GASTMPackage.getEnumType_EnumLiterals()
Generated:
Model:
containment="true" required="true"