| Enum Constant and Description |
|---|
ADD_JOB |
CALLBACK |
CANCEL |
CANCEL_RESULT_CALLBACK |
COMMAND |
CONSTRAINT_CHANGE |
JOB_CONSUMER_IDLE |
PUBLIC_QUERY |
RUN_JOB |
RUN_JOB_RESULT |
SCHEDULER |
| Modifier and Type | Method and Description |
|---|---|
static Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type CALLBACK
public static final Type CANCEL_RESULT_CALLBACK
public static final Type RUN_JOB
public static final Type COMMAND
public static final Type PUBLIC_QUERY
public static final Type JOB_CONSUMER_IDLE
public static final Type ADD_JOB
public static final Type CANCEL
public static final Type CONSTRAINT_CHANGE
public static final Type RUN_JOB_RESULT
public static final Type SCHEDULER
public static Type[] values()
for (Type c : Type.values()) System.out.println(c);
public static Type 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