Uses of Enum Class
de.focus_shift.jollyday.core.HolidayCalendar
Packages that use HolidayCalendar
-
Uses of HolidayCalendar in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return HolidayCalendarModifier and TypeMethodDescriptionstatic HolidayCalendarReturns the enum constant of this class with the specified name.static HolidayCalendar[]HolidayCalendar.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 HolidayCalendarModifier and TypeMethodDescriptionstatic @NonNull ManagerParameterManagerParameters.create(@NonNull HolidayCalendar calendar) Uses the holiday calendar based country if it exists or its language otherwise.static @NonNull ManagerParameterManagerParameters.create(@NonNull HolidayCalendar calendar, @Nullable Properties properties) Uses the holiday calendar based country if it exists or its language otherwise.