public static enum XesLitewrite.XesState extends java.lang.Enum<XesLitewrite.XesState>
Enum Constant and Description |
---|
Closed |
DefineAttrEvent |
DefineAttrLog |
DefineAttrTrace |
Event |
Header |
New |
Trace |
Modifier and Type | Method and Description |
---|---|
static XesLitewrite.XesState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XesLitewrite.XesState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XesLitewrite.XesState New
public static final XesLitewrite.XesState Header
public static final XesLitewrite.XesState DefineAttrLog
public static final XesLitewrite.XesState DefineAttrTrace
public static final XesLitewrite.XesState DefineAttrEvent
public static final XesLitewrite.XesState Trace
public static final XesLitewrite.XesState Event
public static final XesLitewrite.XesState Closed
public static XesLitewrite.XesState[] values()
for (XesLitewrite.XesState c : XesLitewrite.XesState.values()) System.out.println(c);
public static XesLitewrite.XesState 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