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

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

public interface PackageDeclarationCS
extends MonikeredElementCS

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

The following features are supported:

See Also:
CompleteOCLCSTPackage.getPackageDeclarationCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ContextDeclCS> getContexts()
          Returns the value of the 'Contexts' containment reference list.
 org.eclipse.emf.common.util.EList<Namespace> getNamespace()
          Returns the value of the 'Namespace' reference list.
 Package getPackage()
          Returns the value of the 'Package' reference.
 void setPackage(Package value)
          Sets the value of the 'Package' reference.
 
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

getNamespace

org.eclipse.emf.common.util.EList<Namespace> getNamespace()
Returns the value of the 'Namespace' reference list. The list contents are of type Namespace.

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

Returns:
the value of the 'Namespace' reference list.
See Also:
CompleteOCLCSTPackage.getPackageDeclarationCS_Namespace()
Generated
Model

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:
setPackage(org.eclipse.ocl.examples.pivot.Package), CompleteOCLCSTPackage.getPackageDeclarationCS_Package()
Generated
Model

setPackage

void setPackage(Package value)
Sets the value of the 'Package' reference.

Parameters:
value - the new value of the 'Package' reference.
See Also:
getPackage()
Generated

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