| java.lang.Object | |||
| java.lang.Enum | Serializable Comparable | ||
| java.lang.annotation.ElementType | |||
An enumeration of element types.
| ElementType | ANNOTATION_TYPE | Annotation type declaration. |
| ElementType | CONSTRUCTOR | Constructor declaration. |
| ElementType | FIELD | Field declaration. |
| ElementType | LOCAL_VARIABLE | Local variable declaration. |
| ElementType | METHOD | Method declaration. |
| ElementType | PACKAGE | Package declaration. |
| ElementType | PARAMETER | Parameter declaration. |
| ElementType | TYPE | Class, interface or enum declaration. |
| static | ElementType | valueOf(String name) | |||
| final | static | ElementType[] | values() |
Methods inherited
from class
java.lang.Enum
Methods inherited
from class
java.lang.Object
Methods inherited
from interface
java.lang.Comparable
Annotation type declaration.
Constructor declaration.
Field declaration.
Local variable declaration.
Method declaration.
Package declaration.
Parameter declaration.
Class, interface or enum declaration.