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

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

public interface TupleLiteralExpCS
extends LiteralExpCS

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

The following features are supported:

See Also:
EssentialOCLCSPackage.getTupleLiteralExpCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<TupleLiteralPartCS> getOwnedParts()
          Returns the value of the 'Owned Parts' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.ExpCS
getParent, isHasError, setHasError, setParent
 
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

getOwnedParts

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

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:
EssentialOCLCSPackage.getTupleLiteralExpCS_OwnedParts()
Generated
Model
containment="true"