protected static enum AnnotationEntry.AnnotationTokens extends Enum<AnnotationEntry.AnnotationTokens>
| Enum Constant and Description |
|---|
annotationName |
annotationType |
objectID |
objectName |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AnnotationEntry.AnnotationTokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationEntry.AnnotationTokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationEntry.AnnotationTokens annotationName
public static final AnnotationEntry.AnnotationTokens annotationType
public static final AnnotationEntry.AnnotationTokens objectID
public static final AnnotationEntry.AnnotationTokens objectName
public static AnnotationEntry.AnnotationTokens[] values()
for (AnnotationEntry.AnnotationTokens c : AnnotationEntry.AnnotationTokens.values()) System.out.println(c);
public static AnnotationEntry.AnnotationTokens 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 nullpublic String toString()
toString in class Enum<AnnotationEntry.AnnotationTokens>Copyright © 2015. All Rights Reserved.