org.eclipse.ocl.cst
Interface PackageDeclarationCS

All Superinterfaces:
CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PackageDeclarationCSImpl

public interface PackageDeclarationCS
extends CSTNode

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

The following features are supported:

See Also:
CSTPackage.getPackageDeclarationCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ContextDeclCS> getContextDecls()
          Returns the value of the 'Context Decls' containment reference list.
 PackageDeclarationCS getPackageDeclarationCS()
          Returns the value of the 'Package Declaration CS' reference.
 PathNameCS getPathNameCS()
          Returns the value of the 'Path Name CS' containment reference.
 void setPackageDeclarationCS(PackageDeclarationCS value)
          Sets the value of the 'Package Declaration CS' reference.
 void setPathNameCS(PathNameCS value)
          Sets the value of the 'Path Name CS' containment reference.
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPathNameCS

PathNameCS getPathNameCS()
Returns the value of the 'Path Name CS' containment reference.

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

Returns:
the value of the 'Path Name CS' containment reference.
See Also:
setPathNameCS(PathNameCS), CSTPackage.getPackageDeclarationCS_PathNameCS()
Generated
Model
containment="true"

setPathNameCS

void setPathNameCS(PathNameCS value)
Sets the value of the 'Path Name CS' containment reference.

Parameters:
value - the new value of the 'Path Name CS' containment reference.
See Also:
getPathNameCS()
Generated

getContextDecls

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

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

Returns:
the value of the 'Context Decls' containment reference list.
See Also:
CSTPackage.getPackageDeclarationCS_ContextDecls()
Generated
Model
containment="true"

getPackageDeclarationCS

PackageDeclarationCS getPackageDeclarationCS()
Returns the value of the 'Package Declaration CS' reference.

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

Returns:
the value of the 'Package Declaration CS' reference.
See Also:
setPackageDeclarationCS(PackageDeclarationCS), CSTPackage.getPackageDeclarationCS_PackageDeclarationCS()
Generated
Model

setPackageDeclarationCS

void setPackageDeclarationCS(PackageDeclarationCS value)
Sets the value of the 'Package Declaration CS' reference.

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