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