Package com.google.gwt.core.ext.typeinfo
Interface JEnumConstant
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the ordinal value for this enumeration constant.Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasAnnotations
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresentMethods inherited from interface com.google.gwt.core.ext.typeinfo.JField
getEnclosingType, getName, getType, isDefaultAccess, isEnumConstant, isFinal, isPrivate, isProtected, isPublic, isStatic, isTransient, isVolatile
-
Method Details
-
getOrdinal
int getOrdinal()Returns the ordinal value for this enumeration constant.- Returns:
- ordinal value for this enumeration constant
-