@Deprecated public enum AnnotationValueType extends Enum<AnnotationValueType>
AnnotationValueType
This current annotation value types.Enum Constant and Description |
---|
ANNOTATION
Deprecated.
|
ARRAY
Deprecated.
|
BOOLEAN
Deprecated.
|
FLOAT
Deprecated.
|
INT
Deprecated.
|
STRING
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationValueType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AnnotationValueType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationValueType INT
public static final AnnotationValueType FLOAT
public static final AnnotationValueType STRING
public static final AnnotationValueType BOOLEAN
public static final AnnotationValueType ARRAY
public static final AnnotationValueType ANNOTATION
public static AnnotationValueType[] values()
for (AnnotationValueType c : AnnotationValueType.values()) System.out.println(c);
public static AnnotationValueType 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 © 2018 WSO2. All rights reserved.