| Package | Description |
|---|---|
| com.cronutils.model.definition |
| Modifier and Type | Method and Description |
|---|---|
static CronNicknames |
CronNicknames.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CronNicknames[] |
CronNicknames.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CronNicknames> |
CronDefinition.getCronNicknames() |
| Constructor and Description |
|---|
CronDefinition(List<FieldDefinition> fieldDefinitions,
Set<CronConstraint> cronConstraints,
Set<CronNicknames> cronNicknames,
boolean matchDayOfWeekAndDayOfMonth)
Constructor.
|
Copyright © 2022. All rights reserved.