org.eclipse.gmt.umlx.registry.km3.cst
Interface EnumerationCS

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

public interface EnumerationCS
extends DataTypeCS

A representation of the model object 'Enumeration CS'.

The following features are supported:

See Also:
KM3CSTPackage.getEnumerationCS()

Method Summary
 org.eclipse.emf.common.util.EList<LiteralCS> getLiterals()
          Returns the value of the 'Literals' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.registry.km3.cst.DataTypeCS
getInstance, setInstance
 
Methods inherited from interface org.eclipse.gmt.umlx.registry.km3.cst.IdentifiedElementCS
getIdentifier, setIdentifier
 
Methods inherited from interface org.eclipse.gmt.umlx.registry.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

getLiterals

org.eclipse.emf.common.util.EList<LiteralCS> getLiterals()
Returns the value of the 'Literals' containment reference list. The list contents are of type LiteralCS.

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

Returns:
the value of the 'Literals' containment reference list.
See Also:
KM3CSTPackage.getEnumerationCS_Literals()