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