Uses of Class
de.focus_shift.jollyday.core.HolidayCalendar
-
Packages that use HolidayCalendar Package Description de.focus_shift.jollyday.core -
-
Uses of HolidayCalendar in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return HolidayCalendar Modifier and Type Method Description static HolidayCalendarHolidayCalendar. valueOf(String name)Returns the enum constant of this type with the specified name.static HolidayCalendar[]HolidayCalendar. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.focus_shift.jollyday.core with parameters of type HolidayCalendar Modifier and Type Method Description static ManagerParameterManagerParameters. create(HolidayCalendar calendar)Uses the holiday calendar based country if it exists or its language otherwise.static ManagerParameterManagerParameters. create(HolidayCalendar calendar, Properties properties)Uses the holiday calendar based country if it exists or its language otherwise.
-