org.eclipse.gmt.umlx.km3.cst
Interface IdentifiersCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, ElementCS, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface IdentifiersCS
extends ElementCS

A representation of the model object 'Identifier Ref CS'.

The following features are supported:

See Also:
KM3CSTPackage.getIdentifiersCS()

Method Summary
 org.eclipse.emf.common.util.EList<java.lang.String> getValues()
          Returns the value of the 'Values' attribute list.
 
Methods inherited from interface org.eclipse.gmt.umlx.km3.cst.ElementCS
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

getValues

org.eclipse.emf.common.util.EList<java.lang.String> getValues()
Returns the value of the 'Values' attribute list. The list contents are of type String.

If the meaning of the 'Values' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Values' attribute list.
See Also:
KM3CSTPackage.getIdentifiersCS_Values()