public interface StateVariablesDeclaration extends Declaration
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<SignalNaming> |
getListSignal()
Returns the value of the 'List Signal' containment reference list.
|
Type |
getType()
Returns the value of the 'Type' containment reference
|
void |
setType(Type value)
Sets the value of the '
Type ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Type getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(Type)
,
SsmePackage.getStateVariablesDeclaration_Type()
void setType(Type value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
org.eclipse.emf.common.util.EList<SignalNaming> getListSignal()
SignalNaming
.
If the meaning of the 'List Signal' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getStateVariablesDeclaration_ListSignal()