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