org.eclipse.modisco.omg.gastm
Interface EnumLiteralDefinition

All Superinterfaces:
DeclarationOrDefinition, Definition, DefinitionObject, GASTMObject, GASTMSyntaxObject

public interface EnumLiteralDefinition
extends Definition

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

The following features are supported:

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

Method Summary
 Expression getValue()
          Returns the value of the 'Value' containment reference.
 void setValue(Expression value)
          Sets the value of the 'Value' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Definition
getDefinitionType, getIdentifierName, setDefinitionType, setIdentifierName
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.DeclarationOrDefinition
getAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiers
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getValue

Expression getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(Expression), GASTMPackage.getEnumLiteralDefinition_Value()
Generated:
Model:
containment="true"

setValue

void setValue(Expression value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()
Generated: