public interface SignalNaming extends SignalElement
The following features are supported:
SsmePackage.getSignalNaming()
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
|
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 |
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.getSignalNaming_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
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.getSignalNaming_InitValue()
void setInitValue(ExprSignal value)
Init Value
' containment reference.
value
- the new value of the 'Init Value' containment reference.getInitValue()