Uses of Class
de.focus_shift.HolidayType
-
Packages that use HolidayType Package Description de.focus_shift de.focus_shift.spi de.focus_shift.util -
-
Uses of HolidayType in de.focus_shift
Methods in de.focus_shift 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 with parameters of type HolidayType Modifier and Type Method Description booleanHolidayManager. isHoliday(LocalDate c, HolidayType holidayType, String... args)Show if the requested date is a holiday.booleanHolidayManager. isHoliday(Calendar c, HolidayType holidayType, String... args)Calls isHoliday withLocalDateobject.Constructors in de.focus_shift 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.spi
Methods in de.focus_shift.spi that return HolidayType Modifier and Type Method Description HolidayTypeDescribed. officiality() -
Uses of HolidayType in de.focus_shift.util
Methods in de.focus_shift.util with parameters of type HolidayType Modifier and Type Method Description booleanCalendarUtil. contains(Set<Holiday> holidays, LocalDate date, HolidayType holidayType)Shows if the requested date is contained in the Set of holidays.
-