public static enum AnnotationUtils.ValueHolder.ValueType extends java.lang.Enum<AnnotationUtils.ValueHolder.ValueType>
| Enum Constant | Description |
|---|---|
ANNOTATION |
|
BOOL |
|
BYTE |
|
CHAR |
|
CLASS |
|
DOUBLE |
|
ENUM |
|
FLOAT |
|
INT |
|
LONG |
|
NULL |
|
SHORT |
|
STRING |
| Modifier and Type | Method | Description |
|---|---|---|
static AnnotationUtils.ValueHolder.ValueType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AnnotationUtils.ValueHolder.ValueType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationUtils.ValueHolder.ValueType BOOL
public static final AnnotationUtils.ValueHolder.ValueType BYTE
public static final AnnotationUtils.ValueHolder.ValueType CHAR
public static final AnnotationUtils.ValueHolder.ValueType SHORT
public static final AnnotationUtils.ValueHolder.ValueType INT
public static final AnnotationUtils.ValueHolder.ValueType LONG
public static final AnnotationUtils.ValueHolder.ValueType FLOAT
public static final AnnotationUtils.ValueHolder.ValueType DOUBLE
public static final AnnotationUtils.ValueHolder.ValueType STRING
public static final AnnotationUtils.ValueHolder.ValueType CLASS
public static final AnnotationUtils.ValueHolder.ValueType ENUM
public static final AnnotationUtils.ValueHolder.ValueType ANNOTATION
public static final AnnotationUtils.ValueHolder.ValueType NULL
public static AnnotationUtils.ValueHolder.ValueType[] values()
for (AnnotationUtils.ValueHolder.ValueType c : AnnotationUtils.ValueHolder.ValueType.values()) System.out.println(c);
public static AnnotationUtils.ValueHolder.ValueType 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