Class DayOfWeekFieldDefinition
java.lang.Object
io.github.projectunified.cronutils.model.field.definition.FieldDefinition
io.github.projectunified.cronutils.model.field.definition.DayOfWeekFieldDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDayOfWeekFieldDefinition(CronFieldName fieldName, FieldConstraints constraints, boolean optional, WeekDay mondayDoWValue) Constructor. -
Method Summary
Methods inherited from class io.github.projectunified.cronutils.model.field.definition.FieldDefinition
createFieldDefinitionComparator, equals, getConstraints, getFieldName, hashCode, isOptional
-
Constructor Details
-
DayOfWeekFieldDefinition
public DayOfWeekFieldDefinition(CronFieldName fieldName, FieldConstraints constraints, boolean optional, WeekDay mondayDoWValue) Constructor.- Parameters:
fieldName- - CronFieldName; name of the field if null, a NullPointerException will be raised.constraints- - FieldConstraints, constraints;optional- - optional tagmondayDoWValue- - day of week convention for field
-
-
Method Details
-
getMondayDoWValue
-