public static enum Scheduler.JobType extends java.lang.Enum<Scheduler.JobType>
| Enum Constant and Description |
|---|
INVOKE_CHECK |
INVOKE_INTERNAL |
INVOKE_RESPONSE |
MATCHER |
MEX_MATCHER |
RESUME |
TIMER |
| Modifier and Type | Method and Description |
|---|---|
static Scheduler.JobType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scheduler.JobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scheduler.JobType TIMER
public static final Scheduler.JobType RESUME
public static final Scheduler.JobType INVOKE_INTERNAL
public static final Scheduler.JobType INVOKE_RESPONSE
public static final Scheduler.JobType MATCHER
public static final Scheduler.JobType INVOKE_CHECK
public static final Scheduler.JobType MEX_MATCHER
public static Scheduler.JobType[] values()
for (Scheduler.JobType c : Scheduler.JobType.values()) System.out.println(c);
public static Scheduler.JobType 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 nullCopyright © 2015 WSO2. All Rights Reserved.