Uses of Enum Class
cloud.opencode.base.date.holiday.Holiday.HolidayType
Packages that use Holiday.HolidayType
-
Uses of Holiday.HolidayType in cloud.opencode.base.date.holiday
Subclasses with type arguments of type Holiday.HolidayType in cloud.opencode.base.date.holidayMethods in cloud.opencode.base.date.holiday that return Holiday.HolidayTypeModifier and TypeMethodDescriptionHoliday.getType()Gets the type 获取类型static Holiday.HolidayTypeReturns the enum constant of this class with the specified name.static Holiday.HolidayType[]Holiday.HolidayType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.date.holiday with parameters of type Holiday.HolidayTypeModifier and TypeMethodDescriptionHolidayCalendar.getHolidaysByType(Holiday.HolidayType type) Gets holidays of a specific type 获取特定类型的假日static HolidayHoliday.of(LocalDate date, String name, Holiday.HolidayType type) Creates a holiday with type 创建带类型的假日static HolidayHoliday.of(LocalDate date, String name, String chineseName, Holiday.HolidayType type) Creates a holiday with bilingual names 创建双语名称的假日Holiday.Builder.type(Holiday.HolidayType type) Sets the type 设置类型