Package com.walkfares.calendar.holiday
Class Actual
java.lang.Object
com.walkfares.calendar.holiday.BaseHolidayRule
com.walkfares.calendar.holiday.Actual
- All Implemented Interfaces:
HolidayRule
public class Actual extends BaseHolidayRule
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description intgetDayOfMonth()List<Holiday>getHolidaysForYear(int year)StringgetMonth()booleanisHoliday(UTCDate date)ActualwithOptions(HolidayRuleOptions options)Methods inherited from class com.walkfares.calendar.holiday.BaseHolidayRule
equals, getCode, getName, getOptions, hashCode
-
Constructor Details
-
Method Details
-
getHolidaysForYear
-
isHoliday
-
getDayOfMonth
public int getDayOfMonth() -
getMonth
-
withOptions
- Overrides:
withOptionsin classBaseHolidayRule
-