public enum EmbeddedCronField extends Enum<EmbeddedCronField> implements AbstractField
| Enum Constant and Description |
|---|
ACTIVE |
CRON_TYPE |
ID |
SCHEDULE_DAY |
SCHEDULE_DAY_OF_WEEK |
SCHEDULE_HOUR |
SCHEDULE_MINUTE |
SCHEDULE_MONTH |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static EmbeddedCronField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedCronField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedCronField ID
public static final EmbeddedCronField ACTIVE
public static final EmbeddedCronField CRON_TYPE
public static final EmbeddedCronField SCHEDULE_MINUTE
public static final EmbeddedCronField SCHEDULE_HOUR
public static final EmbeddedCronField SCHEDULE_DAY
public static final EmbeddedCronField SCHEDULE_MONTH
public static final EmbeddedCronField SCHEDULE_DAY_OF_WEEK
public static EmbeddedCronField[] values()
for (EmbeddedCronField c : EmbeddedCronField.values()) System.out.println(c);
public static EmbeddedCronField 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 nullpublic String getFieldName()
getFieldName in interface AbstractFieldCopyright © 2019. All rights reserved.