org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
Interface LetVariableCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, ModelElementCS, MonikeredElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VariableCS, VisitableCS
All Known Implementing Classes:
LetVariableCSImpl

public interface LetVariableCS
extends VariableCS, ExpCS

A representation of the model object 'Variable CS'.

The following features are supported:

See Also:
EssentialOCLCSTPackage.getLetVariableCS()
Generated
Model

Method Summary
 LetExpCS getLetExpression()
          Returns the value of the 'Let Expression' container reference.
 void setLetExpression(LetExpCS value)
          Sets the value of the 'Let Expression' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.VariableCS
getInitExpression, getOwnedType, setInitExpression, setOwnedType
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpCS
getParent, setParent
 

Method Detail

getLetExpression

LetExpCS getLetExpression()
Returns the value of the 'Let Expression' container reference. It is bidirectional and its opposite is 'Variable'.

If the meaning of the 'Let Expression' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Let Expression' container reference.
See Also:
setLetExpression(LetExpCS), EssentialOCLCSTPackage.getLetVariableCS_LetExpression(), LetExpCS.getVariable()
Generated
Model
opposite="variable" transient="false"

setLetExpression

void setLetExpression(LetExpCS value)
Sets the value of the 'Let Expression' container reference.

Parameters:
value - the new value of the 'Let Expression' container reference.
See Also:
getLetExpression()
Generated