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

Method Summary
 EList<XEnumLiteral> getLiterals()
          Returns the value of the 'Literals' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XDataType
getConvertBody, getCreateBody, isSerializable, setConvertBody, setCreateBody, setSerializable
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XClassifier
getInstanceType, getPackage, getTypeParameters, setInstanceType
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XNamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XModelElement
getAnnotation, getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

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

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.