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