Uses of Enum Class
cloud.opencode.base.date.holiday.ChinaHolidayCalendar.DayKind
Packages that use ChinaHolidayCalendar.DayKind
-
Uses of ChinaHolidayCalendar.DayKind in cloud.opencode.base.date.holiday
Subclasses with type arguments of type ChinaHolidayCalendar.DayKind in cloud.opencode.base.date.holidayModifier and TypeClassDescriptionstatic enumKind of a calendar day under State-Council holiday rules.Methods in cloud.opencode.base.date.holiday that return ChinaHolidayCalendar.DayKindModifier and TypeMethodDescriptionChinaHolidayCalendar.CalendarRow.kind()Returns the value of thekindrecord component.ChinaHolidayCalendar.DayInfo.kind()Returns the value of thekindrecord component.static ChinaHolidayCalendar.DayKindReturns the enum constant of this class with the specified name.static ChinaHolidayCalendar.DayKind[]ChinaHolidayCalendar.DayKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.date.holiday with parameters of type ChinaHolidayCalendar.DayKindModifierConstructorDescriptionCalendarRow(LocalDate date, DayOfWeek dayOfWeek, ChinaHolidayCalendar.DayKind kind, String reason) Creates an instance of aCalendarRowrecord class.DayInfo(LocalDate date, ChinaHolidayCalendar.DayKind kind, String holidayName, String chineseName) Creates an instance of aDayInforecord class.