org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
Interface PackageDeclarationCS

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

public interface PackageDeclarationCS
extends PathNameDeclCS

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

The following features are supported:

See Also:
CompleteOCLCSPackage.getPackageDeclarationCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ContextDeclCS> getContexts()
          Returns the value of the 'Contexts' containment reference list.
 Package getPackage()
          Returns the value of the 'Package' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.PathNameDeclCS
getPathName, setPathName
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.MorePivotable
getMorePivots
 

Method Detail

getPackage

Package getPackage()
Returns the value of the 'Package' reference.

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

Returns:
the value of the 'Package' reference.
See Also:
CompleteOCLCSPackage.getPackageDeclarationCS_Package()
Generated
Model
resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"

getContexts

org.eclipse.emf.common.util.EList<ContextDeclCS> getContexts()
Returns the value of the 'Contexts' containment reference list. The list contents are of type ContextDeclCS.

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

Returns:
the value of the 'Contexts' containment reference list.
See Also:
CompleteOCLCSPackage.getPackageDeclarationCS_Contexts()
Generated
Model
containment="true"