Uses of Enum Class
cloud.opencode.base.date.holiday.ChinaHolidayCalendar.CalendarField
Packages that use ChinaHolidayCalendar.CalendarField
-
Uses of ChinaHolidayCalendar.CalendarField in cloud.opencode.base.date.holiday
Subclasses with type arguments of type ChinaHolidayCalendar.CalendarField in cloud.opencode.base.date.holidayModifier and TypeClassDescriptionstatic enumSelectable column forChinaHolidayCalendar.CalendarRowoutput.Methods in cloud.opencode.base.date.holiday that return ChinaHolidayCalendar.CalendarFieldModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ChinaHolidayCalendar.CalendarField[]ChinaHolidayCalendar.CalendarField.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in cloud.opencode.base.date.holiday with type arguments of type ChinaHolidayCalendar.CalendarFieldModifier and TypeMethodDescriptionChinaHolidayCalendar.getMonthRows(int year, int month, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs a month calendar listing with caller-selected columns.ChinaHolidayCalendar.getMonthRows(YearMonth yearMonth, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs a month calendar listing with caller-selected columns.ChinaHolidayCalendar.getRows(LocalDate start, LocalDate end, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs a calendar listing for a closed-interval date range, with caller-selected columns.ChinaHolidayCalendar.getWeekRows(LocalDate dateInWeek, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs the ISO week (Monday through Sunday) containing the given date, with caller-selected columns.ChinaHolidayCalendar.getYearRows(int year, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs a full-year calendar listing with caller-selected columns.