org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
Interface LibPackageCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, NamedElementCS, NamespaceCS, org.eclipse.emf.common.notify.Notifier, PackageCS, PackageOwnerCS, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Implementing Classes:
LibPackageCSImpl

public interface LibPackageCS
extends PackageCS

A representation of the model object 'Lib Package CS'.

The following features are supported:

See Also:
OCLstdlibCSPackage.getLibPackageCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<PrecedenceCS> getOwnedPrecedence()
          Returns the value of the 'Owned Precedence' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PackageCS
ast, getClassifier, getNsPrefix, getNsURI, getOwnedType, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PackageOwnerCS
getOwnedNestedPackage
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
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

getOwnedPrecedence

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

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

Returns:
the value of the 'Owned Precedence' containment reference list.
See Also:
OCLstdlibCSPackage.getLibPackageCS_OwnedPrecedence()
Generated
Model
containment="true"