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