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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, LiteralExpCS, ModelElementCS, MonikeredElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Implementing Classes:
CollectionLiteralExpCSImpl

public interface CollectionLiteralExpCS
extends LiteralExpCS

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

The following features are supported:

See Also:
EssentialOCLCSTPackage.getCollectionLiteralExpCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<CollectionLiteralPartCS> getOwnedParts()
          Returns the value of the 'Owned Parts' containment reference list.
 CollectionTypeCS getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 void setOwnedType(CollectionTypeCS value)
          Sets the value of the 'Owned Type' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpCS
getParent, setParent
 
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
 

Method Detail

getOwnedType

CollectionTypeCS getOwnedType()
Returns the value of the 'Owned Type' containment reference.

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

Returns:
the value of the 'Owned Type' containment reference.
See Also:
setOwnedType(CollectionTypeCS), EssentialOCLCSTPackage.getCollectionLiteralExpCS_OwnedType()
Generated
Model
containment="true"

setOwnedType

void setOwnedType(CollectionTypeCS value)
Sets the value of the 'Owned Type' containment reference.

Parameters:
value - the new value of the 'Owned Type' containment reference.
See Also:
getOwnedType()
Generated

getOwnedParts

org.eclipse.emf.common.util.EList<CollectionLiteralPartCS> getOwnedParts()
Returns the value of the 'Owned Parts' containment reference list. The list contents are of type CollectionLiteralPartCS.

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

Returns:
the value of the 'Owned Parts' containment reference list.
See Also:
EssentialOCLCSTPackage.getCollectionLiteralExpCS_OwnedParts()
Generated
Model
containment="true"