Uses of Class
com.walkfares.calendar.holiday.HolidayRuleOptions
Package | Description |
---|---|
com.walkfares.calendar.holiday |
-
Uses of HolidayRuleOptions in com.walkfares.calendar.holiday
Methods in com.walkfares.calendar.holiday that return HolidayRuleOptions Modifier and Type Method Description HolidayRuleOptions
BaseHolidayRule. getOptions()
HolidayRuleOptions
Penultimate. getOptions()
HolidayRuleOptions
HolidayRuleOptions. setRepeats(int repeats)
HolidayRuleOptions
HolidayRuleOptions. setRepeatStartYear(int repeatStartYear)
HolidayRuleOptions
HolidayRuleOptions. setShiftOnFriday(int shiftOnFriday)
HolidayRuleOptions
HolidayRuleOptions. setShiftOnMonday(int shiftOnMonday)
HolidayRuleOptions
HolidayRuleOptions. setShiftOnSaturday(int shiftOnSaturday)
HolidayRuleOptions
HolidayRuleOptions. setShiftOnSunday(int shiftOnSunday)
HolidayRuleOptions
HolidayRuleOptions. setShiftOnThursday(int shiftOnThursday)
HolidayRuleOptions
HolidayRuleOptions. setShiftOnTuesday(int shiftOnTuesday)
HolidayRuleOptions
HolidayRuleOptions. setShiftOnWednesday(int shiftOnWednesday)
HolidayRuleOptions
HolidayRuleOptions. setValidFromYear(int validFromYear)
HolidayRuleOptions
HolidayRuleOptions. setValidToYear(int validToYear)
Methods in com.walkfares.calendar.holiday with parameters of type HolidayRuleOptions Modifier and Type Method Description Actual
Actual. withOptions(HolidayRuleOptions options)
BaseHolidayRule
BaseHolidayRule. withOptions(HolidayRuleOptions options)
Last
Last. withOptions(HolidayRuleOptions options)
Ordinal
Ordinal. withOptions(HolidayRuleOptions options)
Penultimate
Penultimate. withOptions(HolidayRuleOptions options)