org.eclipse.xtext.common.types
Interface JvmEnumerationLiteral

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmAnnotationTarget, JvmFeature, JvmField, JvmIdentifiableElement, JvmMember, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JvmEnumerationLiteralImpl, JvmEnumerationLiteralImplCustom

public interface JvmEnumerationLiteral
extends JvmField

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

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

Method Summary
 JvmEnumerationType getEnumType()
           
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmField
getType, isFinal, isStatic, setFinal, setStatic, setType
 
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.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
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
getQualifiedName, getQualifiedName
 
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

getEnumType

JvmEnumerationType getEnumType()

EMF generated code
EMF model element
kind="operation"