public class DayOfWeekFieldDefinition extends FieldDefinition
| Constructor and Description |
|---|
DayOfWeekFieldDefinition(CronFieldName fieldName,
FieldConstraints constraints,
boolean optional,
WeekDay mondayDoWValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
WeekDay |
getMondayDoWValue() |
createFieldDefinitionComparator, getConstraints, getFieldName, isOptionalpublic DayOfWeekFieldDefinition(CronFieldName fieldName, FieldConstraints constraints, boolean optional, WeekDay mondayDoWValue)
fieldName - - CronFieldName; name of the field
if null, a NullPointerException will be raised.optional - - optional tagconstraints - - FieldConstraints, constraints;mondayDoWValue - - day of week convention for fieldpublic WeekDay getMondayDoWValue()
Copyright © 2020. All rights reserved.