org.eclipse.gmt.umlx.eqvtcore
Interface VariableAssignment

All Superinterfaces:
Assignment, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface VariableAssignment
extends Assignment

A representation of the model object 'Variable Assignment'.

The following features are supported:

See Also:
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

getTargetVariable

org.eclipse.ocl.ecore.Variable getTargetVariable()
Returns the value of the 'Target Variable' reference.

If the meaning of the 'Target Variable' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Variable' reference.
See Also:
setTargetVariable(Variable), EqvtCorePackage.getVariableAssignment_TargetVariable()

setTargetVariable

void setTargetVariable(org.eclipse.ocl.ecore.Variable value)
Sets the value of the 'Target Variable' reference.

Parameters:
value - the new value of the 'Target Variable' reference.
See Also:
getTargetVariable()