public interface AssignmentCS
A representation of the model object 'Assignment CS'.
The following features are supported:
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 |
---|
org.eclipse.ocl.internal.cst.OCLExpressionCS getTarget()
If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...
setTarget(OCLExpressionCS)
,
EqvtcCSTPackage.getAssignmentCS_Target()
void setTarget(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
Target
' containment reference.
value
- the new value of the 'Target' containment reference.getTarget()
org.eclipse.ocl.internal.cst.OCLExpressionCS getInitialiser()
If the meaning of the 'Initialiser' containment reference isn't clear, there really should be more of a description here...
setInitialiser(OCLExpressionCS)
,
EqvtcCSTPackage.getAssignmentCS_Initialiser()
void setInitialiser(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
Initialiser
' containment reference.
value
- the new value of the 'Initialiser' containment reference.getInitialiser()
boolean isDefault()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
setDefault(boolean)
,
EqvtcCSTPackage.getAssignmentCS_Default()
void setDefault(boolean value)
Default
' attribute.
value
- the new value of the 'Default' attribute.isDefault()