|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.ext.typeinfo.JField
com.google.gwt.core.ext.typeinfo.JEnumConstant
public class JEnumConstant
An enumeration constant declared in an enumerated type.
Constructor Summary | |
---|---|
JEnumConstant(JClassType enclosingType,
java.lang.String name,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations,
int ordinal)
|
Method Summary | |
---|---|
int |
getOrdinal()
Returns the ordinal value for this enumeration constant. |
JEnumConstant |
isEnumConstant()
|
Methods inherited from class com.google.gwt.core.ext.typeinfo.JField |
---|
addMetaData, addModifierBits, getAnnotation, getEnclosingType, getMetaData, getMetaDataTags, getName, getType, isAnnotationPresent, isDefaultAccess, isFinal, isPrivate, isProtected, isPublic, isStatic, isTransient, isVolatile, setType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JEnumConstant(JClassType enclosingType, java.lang.String name, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations, int ordinal)
Method Detail |
---|
public int getOrdinal()
public JEnumConstant isEnumConstant()
isEnumConstant
in class JField
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |