org.eclipse.ocl.cst
Interface PathNameCS

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

public interface PathNameCS
extends TypeCS

A representation of the model object 'Path Name CS'.

The following features are supported:

See Also:
CSTPackage.getPathNameCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<SimpleNameCS> getSimpleNames()
          Returns the value of the 'Simple Names' 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSimpleNames

org.eclipse.emf.common.util.EList<SimpleNameCS> getSimpleNames()
Returns the value of the 'Simple Names' containment reference list. The list contents are of type SimpleNameCS.

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

Returns:
the value of the 'Simple Names' containment reference list.
Since:
3.0
See Also:
CSTPackage.getPathNameCS_SimpleNames()
Generated
Model
containment="true"