public static enum XesLiteXmlParser.ParseState extends java.lang.Enum<XesLiteXmlParser.ParseState>
Enum Constant and Description |
---|
EVENT_GLOBALS |
NONE |
TRACE_GLOBALS |
Modifier and Type | Method and Description |
---|---|
static XesLiteXmlParser.ParseState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XesLiteXmlParser.ParseState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XesLiteXmlParser.ParseState NONE
public static final XesLiteXmlParser.ParseState TRACE_GLOBALS
public static final XesLiteXmlParser.ParseState EVENT_GLOBALS
public static XesLiteXmlParser.ParseState[] values()
for (XesLiteXmlParser.ParseState c : XesLiteXmlParser.ParseState.values()) System.out.println(c);
public static XesLiteXmlParser.ParseState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null