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