|
GWT 2.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.ext.typeinfo.JType
com.google.gwt.core.ext.typeinfo.JClassType
com.google.gwt.core.ext.typeinfo.JRealClassType
com.google.gwt.core.ext.typeinfo.JEnumType
public class JEnumType
Type representing a Java enumerated type.
| Method Summary | |
|---|---|
JEnumConstant[] |
getEnumConstants()
Returns the enumeration constants declared by this enumeration. |
JEnumType |
isEnum()
Returns this instance if it is an enumeration or null if it
is not. |
| Methods inherited from class com.google.gwt.core.ext.typeinfo.JClassType |
|---|
asParameterizationOf, findAnnotationInTypeHierarchy, getFlattenedSupertypeHierarchy, getFlattenedSuperTypeHierarchy, getMetaData, getMetaDataTags, isAssignableFrom, isAssignableTo, isEnhanced, isLocalType, isMaybeParameterizedType, setEnhanced |
| Methods inherited from class com.google.gwt.core.ext.typeinfo.JType |
|---|
equals, getLeafType, getParameterizedQualifiedSourceName, hashCode, isAnnotation, isClassOrInterface, isTypeParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public JEnumConstant[] getEnumConstants()
public JEnumType isEnum()
JTypenull if it
is not.
isEnum in class JRealClassTypenull if it
is not
|
GWT 2.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||