public interface ConstantDescription extends ConstantDefinition
The following features are supported:
SsmePackage.getConstantDescription()
Modifier and Type | Method and Description |
---|---|
ConstantDescriptionValue |
getConstantDescriptionValue()
Returns the value of the 'Constant Description Value' containment reference
|
Identifier |
getIdentifier()
Returns the value of the 'Identifier' containment reference
|
void |
setConstantDescriptionValue(ConstantDescriptionValue value)
Sets the value of the '
Constant Description Value ' containment reference |
void |
setIdentifier(Identifier value)
Sets the value of the '
Identifier ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Identifier getIdentifier()
If the meaning of the 'Identifier' containment reference isn't clear, there really should be more of a description here...
setIdentifier(Identifier)
,
SsmePackage.getConstantDescription_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
ConstantDescriptionValue getConstantDescriptionValue()
If the meaning of the 'Constant Description Value' containment reference isn't clear, there really should be more of a description here...
setConstantDescriptionValue(ConstantDescriptionValue)
,
SsmePackage.getConstantDescription_ConstantDescriptionValue()
void setConstantDescriptionValue(ConstantDescriptionValue value)
Constant Description Value
' containment reference.
value
- the new value of the 'Constant Description Value' containment reference.getConstantDescriptionValue()