org.eclipse.xtext.common.types
Interface JvmEnumerationType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmAnnotationTarget, JvmComponentType, JvmDeclaredType, JvmIdentifiableElement, JvmMember, JvmType, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JvmEnumerationTypeImpl, JvmEnumerationTypeImplCustom

public interface JvmEnumerationType
extends JvmDeclaredType

A representation of the model object 'Jvm Enumeration Type'.

The following features are supported:

See Also:
TypesPackage.getJvmEnumerationType()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<JvmEnumerationLiteral> getLiterals()
          Returns the value of the 'Literals' reference list.
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmDeclaredType
findAllFeaturesByName, getAllFeatures, getDeclaredFields, getDeclaredOperations, getMembers, getPackageName, getSuperTypes, isAbstract, isFinal, isStatic, setAbstract, setFinal, setPackageName, setStatic
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmMember
getDeclaringType, getIdentifier, getSimpleName, getVisibility, internalSetIdentifier, setDeclaringType, setSimpleName, setVisibility
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmAnnotationTarget
getAnnotations
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmComponentType
getArrayType, setArrayType
 

Method Detail

getLiterals

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

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

Returns:
the value of the 'Literals' reference list.
See Also:
TypesPackage.getJvmEnumerationType_Literals()
EMF generated code
EMF model element
transient="true" changeable="false" derived="true"