org.eclipse.ocl.cst
Interface OCLDocumentCS

All Superinterfaces:
CSTNode, EObject, Notifier
All Known Implementing Classes:
OCLDocumentCSImpl

public interface OCLDocumentCS
extends CSTNode

A representation of the model object 'OCL Document CS'.

Since:
1.3

The following features are supported:

See Also:
CSTPackage.getOCLDocumentCS()

Method Summary
 EList<PackageDeclarationCS> getPackageDeclarations()
          Returns the value of the 'Package Declarations' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPackageDeclarations

EList<PackageDeclarationCS> getPackageDeclarations()
Returns the value of the 'Package Declarations' containment reference list. The list contents are of type PackageDeclarationCS.

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

Returns:
the value of the 'Package Declarations' containment reference list.
See Also:
CSTPackage.getOCLDocumentCS_PackageDeclarations()

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.