org.eclipse.emf.ecore.xcore
Interface XEnum
- All Superinterfaces:
- EObject, Notifier, XClassifier, XDataType, XModelElement, XNamedElement
- All Known Implementing Classes:
- XEnumImpl
public interface XEnum
- extends XDataType
A representation of the model object 'XEnum'.
The following features are supported:
- See Also:
XcorePackage.getXEnum()
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
getLiterals
EList<XEnumLiteral> getLiterals()
- Returns the value of the 'Literals' containment reference list.
The list contents are of type
XEnumLiteral.
It is bidirectional and its opposite is 'Enum'.
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:
XcorePackage.getXEnum_Literals(),
XEnumLiteral.getEnum()