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 int
getDayOfMonth()
List<Holiday>
getHolidaysForYear(int year)
String
getMonth()
boolean
isHoliday(UTCDate date)
Actual
withOptions(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:
withOptions
in classBaseHolidayRule
-