public interface VariableAssignment
A representation of the model object 'Variable Assignment'.
The following features are supported:
EqvtCorePackage.getVariableAssignment()
Method Summary | |
---|---|
org.eclipse.ocl.ecore.Variable |
getTargetVariable()
Returns the value of the 'Target Variable' reference. |
void |
setTargetVariable(org.eclipse.ocl.ecore.Variable value)
Sets the value of the ' Target Variable ' reference. |
Methods inherited from interface org.eclipse.gmt.umlx.eqvtcore.Assignment |
---|
getBottomPattern, getIsDefault, getValue, setBottomPattern, setIsDefault, setValue |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.ocl.ecore.Variable getTargetVariable()
If the meaning of the 'Target Variable' reference isn't clear, there really should be more of a description here...
setTargetVariable(Variable)
,
EqvtCorePackage.getVariableAssignment_TargetVariable()
void setTargetVariable(org.eclipse.ocl.ecore.Variable value)
Target Variable
' reference.
value
- the new value of the 'Target Variable' reference.getTargetVariable()