public static enum MaintenanceModeTask.ConcurrentTaskHandling extends Enum<MaintenanceModeTask.ConcurrentTaskHandling>
Enum Constant and Description |
---|
ALLOW_OTHER_TASKS
Other tasks may be executed while the maintenance mode is active.
|
REFUSE_OTHER_TASKS
Other tasks are not allowed to be executed while the maintenance mode is active.
|
Modifier and Type | Method and Description |
---|---|
static MaintenanceModeTask.ConcurrentTaskHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceModeTask.ConcurrentTaskHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaintenanceModeTask.ConcurrentTaskHandling ALLOW_OTHER_TASKS
public static final MaintenanceModeTask.ConcurrentTaskHandling REFUSE_OTHER_TASKS
public static MaintenanceModeTask.ConcurrentTaskHandling[] values()
for (MaintenanceModeTask.ConcurrentTaskHandling c : MaintenanceModeTask.ConcurrentTaskHandling.values()) System.out.println(c);
public static MaintenanceModeTask.ConcurrentTaskHandling 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210