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