public static enum XLogDFAXmlParser.ParseState extends java.lang.Enum<XLogDFAXmlParser.ParseState>
| Enum Constant and Description |
|---|
EVENT_GLOBALS |
NONE |
TRACE_GLOBALS |
| Modifier and Type | Method and Description |
|---|---|
static XLogDFAXmlParser.ParseState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XLogDFAXmlParser.ParseState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XLogDFAXmlParser.ParseState NONE
public static final XLogDFAXmlParser.ParseState TRACE_GLOBALS
public static final XLogDFAXmlParser.ParseState EVENT_GLOBALS
public static XLogDFAXmlParser.ParseState[] values()
for (XLogDFAXmlParser.ParseState c : XLogDFAXmlParser.ParseState.values()) System.out.println(c);
public static XLogDFAXmlParser.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