public enum ScheduledTaskDefinedBy extends java.lang.Enum<ScheduledTaskDefinedBy> implements EnumClass<java.lang.String>
Modifier and Type | Method and Description |
---|---|
static ScheduledTaskDefinedBy |
fromId(java.lang.String id) |
java.lang.String |
getId() |
static java.lang.String |
getId(ScheduledTaskDefinedBy scheduledTask) |
static ScheduledTaskDefinedBy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledTaskDefinedBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduledTaskDefinedBy BEAN
public static final ScheduledTaskDefinedBy CLASS
public static final ScheduledTaskDefinedBy SCRIPT
public static ScheduledTaskDefinedBy[] values()
for (ScheduledTaskDefinedBy c : ScheduledTaskDefinedBy.values()) System.out.println(c);
public static ScheduledTaskDefinedBy 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 nullpublic static java.lang.String getId(ScheduledTaskDefinedBy scheduledTask)
public static ScheduledTaskDefinedBy fromId(java.lang.String id)