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