org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
Interface CollectionLiteralPartCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Implementing Classes:
CollectionLiteralPartCSImpl

public interface CollectionLiteralPartCS
extends ModelElementCS

A representation of the model object 'Collection Literal Part CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getCollectionLiteralPartCS()
Generated
Model

Method Summary
 ExpCS getExpressionCS()
          Returns the value of the 'Expression CS' containment reference.
 ExpCS getLastExpressionCS()
          Returns the value of the 'Last Expression CS' containment reference.
 void setExpressionCS(ExpCS value)
          Sets the value of the 'Expression CS' containment reference.
 void setLastExpressionCS(ExpCS value)
          Sets the value of the 'Last Expression CS' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
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
 

Method Detail

getExpressionCS

ExpCS getExpressionCS()
Returns the value of the 'Expression CS' containment reference.

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

Returns:
the value of the 'Expression CS' containment reference.
See Also:
setExpressionCS(ExpCS), EssentialOCLCSPackage.getCollectionLiteralPartCS_ExpressionCS()
Generated
Model
containment="true"

setExpressionCS

void setExpressionCS(ExpCS value)
Sets the value of the 'Expression CS' containment reference.

Parameters:
value - the new value of the 'Expression CS' containment reference.
See Also:
getExpressionCS()
Generated

getLastExpressionCS

ExpCS getLastExpressionCS()
Returns the value of the 'Last Expression CS' containment reference.

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

Returns:
the value of the 'Last Expression CS' containment reference.
See Also:
setLastExpressionCS(ExpCS), EssentialOCLCSPackage.getCollectionLiteralPartCS_LastExpressionCS()
Generated
Model
containment="true"

setLastExpressionCS

void setLastExpressionCS(ExpCS value)
Sets the value of the 'Last Expression CS' containment reference.

Parameters:
value - the new value of the 'Last Expression CS' containment reference.
See Also:
getLastExpressionCS()
Generated