public interface Variable extends Node
The following features are supported:
VariablesPackage.getVariable()
Modifier and Type | Method and Description |
---|---|
<any> |
getAnonymousTypes()
Returns the value of the 'Anonymous Types' containment reference list.
|
<any> |
getInitialValues()
Returns the value of the 'Initial Values' map.
|
Point |
getPosition()
Returns the value of the 'Position' containment reference.
|
<any> |
getTypes()
Returns the value of the 'Types' reference list.
|
boolean |
isStatic()
Returns the value of the 'Static' attribute.
|
void |
setPosition(Point value)
Sets the value of the '
Position ' containment reference. |
void |
setStatic(boolean value)
Sets the value of the '
Static ' attribute. |
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
<any> getAnonymousTypes()
Type
.
If the meaning of the 'Anonymous Types' containment reference list isn't clear, there really should be more of a description here...
VariablesPackage.getVariable_AnonymousTypes()
<any> getTypes()
Type
.
It is bidirectional and its opposite is 'Referenced Variables
'.
If the meaning of the 'Types' reference list isn't clear, there really should be more of a description here...
VariablesPackage.getVariable_Types()
,
Type.getReferencedVariables()
<any> getInitialValues()
Type
,
and the value is of type Value
,
If the meaning of the 'Initial Values' reference isn't clear, there really should be more of a description here...
VariablesPackage.getVariable_InitialValues()
boolean isStatic()
If the meaning of the 'Static' attribute isn't clear, there really should be more of a description here...
setStatic(boolean)
,
VariablesPackage.getVariable_Static()
void setStatic(boolean value)
Static
' attribute.
value
- the new value of the 'Static' attribute.isStatic()
Point getPosition()
If the meaning of the 'Position' reference isn't clear, there really should be more of a description here...
setPosition(Point)
,
VariablesPackage.getVariable_Position()
void setPosition(Point value)
Position
' containment reference.
value
- the new value of the 'Position' containment reference.getPosition()