Uses of Enum Class
de.focus_shift.jollyday.core.HolidayType
Packages that use HolidayType
Package
Description
-
Uses of HolidayType in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return HolidayTypeModifier and TypeMethodDescription@NonNull HolidayTypeHoliday.getType()Gets the type holiday.static HolidayTypeReturns the enum constant of this class with the specified name.static HolidayType[]HolidayType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.focus_shift.jollyday.core with parameters of type HolidayTypeModifier and TypeMethodDescriptionHolidayManager.getHolidays(@NonNull LocalDate startDateInclusive, @NonNull LocalDate endDateInclusive, @NonNull HolidayType holidayType, @NonNull String... args) Returns the holidays for the requested interval, the givenHolidayTypeand hierarchy structure.HolidayManager.getHolidays(@NonNull Year year, @NonNull HolidayType holidayType, @NonNull String... args) Returns the holidays for the requested year, the givenHolidayTypeand the hierarchy structurebooleanHolidayManager.isHoliday(@NonNull LocalDate localDate, @Nullable HolidayType holidayType, @NonNull 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(@NonNull Calendar calendar, @Nullable HolidayType holidayType, @NonNull 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 HolidayTypeModifierConstructorDescriptionHoliday(@NonNull LocalDate actualDate, @Nullable String propertiesKey, @NonNull HolidayType type) Constructs a holiday for a date using the provided properties key to retrieve the description with.Holiday(@NonNull LocalDate actualDate, @Nullable LocalDate observedDate, @Nullable String propertiesKey, @NonNull 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 HolidayTypeModifier and TypeMethodDescription@NonNull 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 HolidayTypeModifier and TypeMethodDescriptionstatic booleanCalendarUtil.contains(@NonNull Set<Holiday> holidays, @NonNull LocalDate date, @Nullable HolidayType holidayType) Shows if the requested date is contained in the Set of holidays.