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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MorePivotable, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
ClassifierContextDeclCS, ContextDeclCS, FeatureContextDeclCS, OperationContextDeclCS, PackageDeclarationCS, PropertyContextDeclCS
All Known Implementing Classes:
ClassifierContextDeclCSImpl, ContextDeclCSImpl, FeatureContextDeclCSImpl, OperationContextDeclCSImpl, PackageDeclarationCSImpl, PathNameDeclCSImpl, PropertyContextDeclCSImpl

public interface PathNameDeclCS
extends ModelElementCS, MorePivotable

A representation of the model object 'Named Element Decl CS'.

The following features are supported:

See Also:
CompleteOCLCSTPackage.getPathNameDeclCS()
Generated
Model
abstract="true" superTypes="org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS org.eclipse.ocl.examples.pivot.MorePivotable"

Method Summary
 PathNameCS getPathName()
          Returns the value of the 'Path Name' containment reference.
 void setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.MorePivotable
getMorePivots
 

Method Detail

getPathName

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

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

Returns:
the value of the 'Path Name' containment reference.
See Also:
setPathName(PathNameCS), CompleteOCLCSTPackage.getPathNameDeclCS_PathName()
Generated
Model
containment="true"

setPathName

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

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