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