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