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