@Portable public static enum JavaTypeIndexTerm.JAVA_TYPE extends Enum<JavaTypeIndexTerm.JAVA_TYPE>
| Enum Constant and Description |
|---|
ANNOTATION |
CLASS |
ENUM |
INTERFACE |
| Modifier and Type | Method and Description |
|---|---|
static JavaTypeIndexTerm.JAVA_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaTypeIndexTerm.JAVA_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaTypeIndexTerm.JAVA_TYPE CLASS
public static final JavaTypeIndexTerm.JAVA_TYPE INTERFACE
public static final JavaTypeIndexTerm.JAVA_TYPE ENUM
public static final JavaTypeIndexTerm.JAVA_TYPE ANNOTATION
public static JavaTypeIndexTerm.JAVA_TYPE[] values()
for (JavaTypeIndexTerm.JAVA_TYPE c : JavaTypeIndexTerm.JAVA_TYPE.values()) System.out.println(c);
public static JavaTypeIndexTerm.JAVA_TYPE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.