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