public interface VariableValue
The following features are supported:
GeppettoPackage.getVariableValue()
Modifier and Type | Method and Description |
---|---|
Pointer |
getPointer()
Returns the value of the 'Pointer' containment reference.
|
Value |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setPointer(Pointer value)
Sets the value of the '
Pointer ' containment reference. |
void |
setValue(Value value)
Sets the value of the '
Value ' containment reference. |
Pointer getPointer()
If the meaning of the 'Pointer' containment reference isn't clear, there really should be more of a description here...
setPointer(Pointer)
,
GeppettoPackage.getVariableValue_Pointer()
void setPointer(Pointer value)
Pointer
' containment reference.
value
- the new value of the 'Pointer' containment reference.getPointer()
Value getValue()
If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
setValue(Value)
,
GeppettoPackage.getVariableValue_Value()
void setValue(Value value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()