protected static enum TimeScheduler3.TaskType extends java.lang.Enum<TimeScheduler3.TaskType>
Enum Constant and Description |
---|
dynamic |
fixed_delay |
fixed_rate |
Modifier and Type | Method and Description |
---|---|
static TimeScheduler3.TaskType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeScheduler3.TaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeScheduler3.TaskType dynamic
public static final TimeScheduler3.TaskType fixed_rate
public static final TimeScheduler3.TaskType fixed_delay
public static TimeScheduler3.TaskType[] values()
for (TimeScheduler3.TaskType c : TimeScheduler3.TaskType.values()) System.out.println(c);
public static TimeScheduler3.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 nullCopyright © 1998-2020 Red Hat. All Rights Reserved.