Uses of Class
de.focus_shift.jollyday.core.HolidayType
-
Packages that use HolidayType Package Description de.focus_shift.jollyday.core de.focus_shift.jollyday.core.spi de.focus_shift.jollyday.core.util -
-
Uses of HolidayType in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return HolidayType Modifier and Type Method Description HolidayTypeHoliday. getType()Gets the type holiday.static HolidayTypeHolidayType. valueOf(String name)Returns the enum constant of this type with the specified name.static HolidayType[]HolidayType. 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 HolidayType Modifier and Type Method Description booleanHolidayManager. isHoliday(LocalDate localDate, HolidayType holidayType, String... args)Returns true or false if the requested date is a holiday in the state, based on the givenHolidayTypeand the optional given region and belowbooleanHolidayManager. isHoliday(Calendar calendar, HolidayType holidayType, String... args)Returns true or false if the requested calendar date is a holiday in the state or based on the givenHolidayTypeand the optional given region and belowConstructors in de.focus_shift.jollyday.core with parameters of type HolidayType Constructor Description Holiday(LocalDate date, String propertiesKey, HolidayType type)Constructs a holiday for a date using the provided properties key to retrieve the description with. -
Uses of HolidayType in de.focus_shift.jollyday.core.spi
Methods in de.focus_shift.jollyday.core.spi that return HolidayType Modifier and Type Method Description HolidayTypeDescribed. officiality() -
Uses of HolidayType in de.focus_shift.jollyday.core.util
Methods in de.focus_shift.jollyday.core.util with parameters of type HolidayType Modifier and Type Method Description static booleanCalendarUtil. contains(Set<Holiday> holidays, LocalDate date, HolidayType holidayType)Shows if the requested date is contained in the Set of holidays.
-