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