public interface EnumLiteralDefinition extends Definition
The following features are supported:
GASTMPackage.getEnumLiteralDefinition()| Modifier and Type | Method and Description |
|---|---|
Expression |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setValue(Expression value)
Sets the value of the '
Value' containment reference. |
getDefinitionType, getIdentifierName, setDefinitionType, setIdentifierNamegetAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiersgetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(Expression),
GASTMPackage.getEnumLiteralDefinition_Value()void setValue(Expression value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()