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 abstract Set<Holiday>HolidayManager. getHolidays(LocalDate startDateInclusive, LocalDate endDateInclusive, HolidayType holidayType, String... args)Returns the holidays for the requested interval, the givenHolidayTypeand hierarchy structure.abstract Set<Holiday>HolidayManager. getHolidays(Year year, HolidayType holidayType, String... args)Returns the holidays for the requested year, the givenHolidayTypeand the hierarchy structurebooleanHolidayManager. 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 actualDate, String propertiesKey, HolidayType type)Constructs a holiday for a date using the provided properties key to retrieve the description with.Holiday(LocalDate actualDate, LocalDate observedDate, 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. holidayType()Represents the type of the holiday. -
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.
-