org.eclipse.ocl.cst
Interface PathNameCS
- All Superinterfaces:
- CSTNode, EObject, 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()
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
getSequenceOfNames
EList<String> getSequenceOfNames()
- Returns the value of the 'Sequence Of Names' attribute list.
The list contents are of type
String.
If the meaning of the 'Sequence Of Names' attribute list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Sequence Of Names' attribute list.
- See Also:
CSTPackage.getPathNameCS_SequenceOfNames()