org.eclipse.modisco.omg.gastm
Interface EnumTypeDefinition

All Superinterfaces:
DefinitionObject, GASTMObject, GASTMSyntaxObject, TypeDefinition

public interface EnumTypeDefinition
extends TypeDefinition

A representation of the model object 'Enum Type Definition'.

The following features are supported:

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

Method Summary
 EnumType getDefinitionType()
          Returns the value of the 'Definition Type' containment reference.
 void setDefinitionType(EnumType value)
          Sets the value of the 'Definition Type' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.TypeDefinition
getTypeName, setTypeName
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getDefinitionType

EnumType getDefinitionType()
Returns the value of the 'Definition Type' containment reference.

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

Returns:
the value of the 'Definition Type' containment reference.
See Also:
setDefinitionType(EnumType), GASTMPackage.getEnumTypeDefinition_DefinitionType()
Generated:
Model:
containment="true" required="true"

setDefinitionType

void setDefinitionType(EnumType value)
Sets the value of the 'Definition Type' containment reference.

Parameters:
value - the new value of the 'Definition Type' containment reference.
See Also:
getDefinitionType()
Generated: