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