Uses of Enum Class
cloud.opencode.base.date.extra.YearHalf.Half
Packages that use YearHalf.Half
-
Uses of YearHalf.Half in cloud.opencode.base.date.extra
Subclasses with type arguments of type YearHalf.Half in cloud.opencode.base.date.extraModifier and TypeClassDescriptionstatic enumEnum representing the two halves of a year 表示一年两半的枚举Methods in cloud.opencode.base.date.extra that return YearHalf.HalfModifier and TypeMethodDescriptionYearHalf.getHalf()Gets the half 获取半年static YearHalf.HalfYearHalf.Half.of(int value) Gets a Half from value 从值获取Halfstatic YearHalf.HalfYearHalf.Half.ofMonth(int month) Gets the Half containing the specified month 获取包含指定月份的Halfstatic YearHalf.HalfGets the Half containing the specified month 获取包含指定月份的Halfstatic YearHalf.HalfReturns the enum constant of this class with the specified name.static YearHalf.Half[]YearHalf.Half.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.date.extra with parameters of type YearHalf.HalfModifier and TypeMethodDescriptionstatic YearHalfYearHalf.of(int year, YearHalf.Half half) Creates a YearHalf from year and half 从年份和半年创建YearHalf