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()

Method Summary
 EList<String> getSequenceOfNames()
          Returns the value of the 'Sequence Of Names' attribute list.
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
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

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()

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