Interface VariableAssignment
- All Known Implementing Classes:
VariableAssignmentImpl
A representation of the model object 'Variable Assignment'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the value of the 'Value' containment reference.Returns the value of the 'Variable Ref' reference.void
setValue
(Expression value) Sets the value of the 'Value
' containment reference.void
setVariableRef
(Variable value) Sets the value of the 'Variable Ref
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVariableRef
Variable getVariableRef()Returns the value of the 'Variable Ref' reference.- Returns:
- the value of the 'Variable Ref' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setVariableRef
Sets the value of the 'Variable Ref
' reference.- Parameters:
value
- the new value of the 'Variable Ref' reference.- See Also:
- Generated class or method.
-
getValue
Expression getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setValue
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
- Generated class or method.
-