public static enum ElementClassHint.DeclarationKind extends java.lang.Enum<ElementClassHint.DeclarationKind>
Enum Constant and Description |
---|
CLASS |
ENUM_CONST |
FIELD |
METHOD |
PACKAGE |
VARIABLE |
Modifier and Type | Method and Description |
---|---|
static ElementClassHint.DeclarationKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ElementClassHint.DeclarationKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementClassHint.DeclarationKind CLASS
public static final ElementClassHint.DeclarationKind PACKAGE
public static final ElementClassHint.DeclarationKind METHOD
public static final ElementClassHint.DeclarationKind VARIABLE
public static final ElementClassHint.DeclarationKind FIELD
public static final ElementClassHint.DeclarationKind ENUM_CONST
public static ElementClassHint.DeclarationKind[] values()
for (ElementClassHint.DeclarationKind c : ElementClassHint.DeclarationKind.values()) System.out.println(c);
public static ElementClassHint.DeclarationKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null