public static enum DeclareAnnotation.Kind extends java.lang.Enum<DeclareAnnotation.Kind>
Enum Constant and Description |
---|
Constructor |
Field |
Method |
Type |
Modifier and Type | Method and Description |
---|---|
static DeclareAnnotation.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeclareAnnotation.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeclareAnnotation.Kind Field
public static final DeclareAnnotation.Kind Method
public static final DeclareAnnotation.Kind Constructor
public static final DeclareAnnotation.Kind Type
public static DeclareAnnotation.Kind[] values()
for (DeclareAnnotation.Kind c : DeclareAnnotation.Kind.values()) System.out.println(c);
public static DeclareAnnotation.Kind 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