Uses of Enum Class
net.dreamlu.mica.holidays.core.DaysType
Packages that use DaysType
-
Uses of DaysType in net.dreamlu.mica.holidays.core
Methods in net.dreamlu.mica.holidays.core that return DaysTypeModifier and TypeMethodDescriptionstatic DaysTypeDaysType.from(byte type) 将 type 转换成枚举HolidaysApi.getDaysType(LocalDate localDate) 获取日期类型default DaysTypeHolidaysApi.getDaysType(LocalDateTime localDateTime) 获取日期类型default DaysTypeHolidaysApi.getDaysType(Date date) 获取日期类型static DaysTypeReturns the enum constant of this class with the specified name.static DaysType[]DaysType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DaysType in net.dreamlu.mica.holidays.impl
Methods in net.dreamlu.mica.holidays.impl that return DaysType