public static enum ScheduleEntry.ParallelExecutionMode extends Enum<ScheduleEntry.ParallelExecutionMode>
ParallelExecutionMode of this entrygetParallelExecutionMode(),
setParallelExecutionMode()| Enum Constant and Description |
|---|
ALLOWED |
DISALLOWED |
DISALLOWED_WAIT |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleEntry.ParallelExecutionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleEntry.ParallelExecutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleEntry.ParallelExecutionMode DISALLOWED
public static final ScheduleEntry.ParallelExecutionMode ALLOWED
public static final ScheduleEntry.ParallelExecutionMode DISALLOWED_WAIT
public static ScheduleEntry.ParallelExecutionMode[] values()
for (ScheduleEntry.ParallelExecutionMode c : ScheduleEntry.ParallelExecutionMode.values()) System.out.println(c);
public static ScheduleEntry.ParallelExecutionMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408