public interface Module extends SignalElement
The following features are supported:
SsmePackage.getModule()
Modifier and Type | Method and Description |
---|---|
Identifier |
getIdentifier()
Returns the value of the 'Identifier' containment reference
|
ModuleDescription |
getModuleDescription()
Returns the value of the 'Module Description' containment reference
|
void |
setIdentifier(Identifier value)
Sets the value of the '
Identifier ' containment reference |
void |
setModuleDescription(ModuleDescription value)
Sets the value of the '
Module Description ' 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.getModule_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
ModuleDescription getModuleDescription()
If the meaning of the 'Module Description' containment reference isn't clear, there really should be more of a description here...
setModuleDescription(ModuleDescription)
,
SsmePackage.getModule_ModuleDescription()
void setModuleDescription(ModuleDescription value)
Module Description
' containment reference.
value
- the new value of the 'Module Description' containment reference.getModuleDescription()