public interface ConstantEnum extends ExprSignal
The following features are supported:
SsmePackage.getConstantEnum()
Modifier and Type | Method and Description |
---|---|
Identifier |
getConstantEnumValue()
Returns the value of the 'Constant Enum Value' containment reference
|
Identifier |
getTypeIdentifier()
Returns the value of the 'Type Identifier' containment reference
|
void |
setConstantEnumValue(Identifier value)
Sets the value of the '
Constant Enum Value ' containment reference |
void |
setTypeIdentifier(Identifier value)
Sets the value of the '
Type Identifier ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Identifier getTypeIdentifier()
If the meaning of the 'Type Identifier' containment reference isn't clear, there really should be more of a description here...
setTypeIdentifier(Identifier)
,
SsmePackage.getConstantEnum_TypeIdentifier()
void setTypeIdentifier(Identifier value)
Type Identifier
' containment reference.
value
- the new value of the 'Type Identifier' containment reference.getTypeIdentifier()
Identifier getConstantEnumValue()
If the meaning of the 'Constant Enum Value' containment reference isn't clear, there really should be more of a description here...
setConstantEnumValue(Identifier)
,
SsmePackage.getConstantEnum_ConstantEnumValue()
void setConstantEnumValue(Identifier value)
Constant Enum Value
' containment reference.
value
- the new value of the 'Constant Enum Value' containment reference.getConstantEnumValue()