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