org.eclipse.gmt.umlx.eqvtc.cst
Interface AssignmentCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, org.eclipse.ocl.internal.cst.OCLExpressionCS

public interface AssignmentCS
extends org.eclipse.ocl.internal.cst.OCLExpressionCS

A representation of the model object 'Assignment CS'.

The following features are supported:

See Also:
EqvtcCSTPackage.getAssignmentCS()

Method Summary
 org.eclipse.ocl.internal.cst.OCLExpressionCS getInitialiser()
          Returns the value of the 'Initialiser' containment reference.
 org.eclipse.ocl.internal.cst.OCLExpressionCS getTarget()
          Returns the value of the 'Target' containment reference.
 boolean isDefault()
          Returns the value of the 'Default' attribute.
 void setDefault(boolean value)
          Sets the value of the 'Default' attribute.
 void setInitialiser(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
          Sets the value of the 'Initialiser' containment reference.
 void setTarget(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
          Sets the value of the 'Target' containment reference.
 
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
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

getTarget

org.eclipse.ocl.internal.cst.OCLExpressionCS getTarget()
Returns the value of the 'Target' containment reference.

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

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(OCLExpressionCS), EqvtcCSTPackage.getAssignmentCS_Target()

setTarget

void setTarget(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()

getInitialiser

org.eclipse.ocl.internal.cst.OCLExpressionCS getInitialiser()
Returns the value of the 'Initialiser' containment reference.

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

Returns:
the value of the 'Initialiser' containment reference.
See Also:
setInitialiser(OCLExpressionCS), EqvtcCSTPackage.getAssignmentCS_Initialiser()

setInitialiser

void setInitialiser(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
Sets the value of the 'Initialiser' containment reference.

Parameters:
value - the new value of the 'Initialiser' containment reference.
See Also:
getInitialiser()

isDefault

boolean isDefault()
Returns the value of the 'Default' attribute.

If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default' attribute.
See Also:
setDefault(boolean), EqvtcCSTPackage.getAssignmentCS_Default()

setDefault

void setDefault(boolean value)
Sets the value of the 'Default' attribute.

Parameters:
value - the new value of the 'Default' attribute.
See Also:
isDefault()