public interface TypeDescription extends TypeDefinition
The following features are supported:
SsmePackage.getTypeDescription()
Modifier and Type | Method and Description |
---|---|
Identifier |
getIdentifier()
Returns the value of the 'Identifier' containment reference
|
ExprSignal |
getInitValue()
Returns the value of the 'Init Value' containment reference
|
TypeDescriptionValue |
getTypeDescriptionValue()
Returns the value of the 'Type Description Value' containment reference
|
void |
setIdentifier(Identifier value)
Sets the value of the '
Identifier ' containment reference |
void |
setInitValue(ExprSignal value)
Sets the value of the '
Init Value ' containment reference |
void |
setTypeDescriptionValue(TypeDescriptionValue value)
Sets the value of the '
Type Description Value ' 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.getTypeDescription_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
TypeDescriptionValue getTypeDescriptionValue()
If the meaning of the 'Type Description Value' containment reference isn't clear, there really should be more of a description here...
setTypeDescriptionValue(TypeDescriptionValue)
,
SsmePackage.getTypeDescription_TypeDescriptionValue()
void setTypeDescriptionValue(TypeDescriptionValue value)
Type Description Value
' containment reference.
value
- the new value of the 'Type Description Value' containment reference.getTypeDescriptionValue()
ExprSignal getInitValue()
If the meaning of the 'Init Value' containment reference isn't clear, there really should be more of a description here...
setInitValue(ExprSignal)
,
SsmePackage.getTypeDescription_InitValue()
void setInitValue(ExprSignal value)
Init Value
' containment reference.
value
- the new value of the 'Init Value' containment reference.getInitValue()