Uses of Enum Class
cloud.opencode.base.date.lunar.SolarTerm
Packages that use SolarTerm
-
Uses of SolarTerm in cloud.opencode.base.date.lunar
Subclasses with type arguments of type SolarTerm in cloud.opencode.base.date.lunarMethods in cloud.opencode.base.date.lunar that return SolarTermModifier and TypeMethodDescriptionstatic SolarTermSolarTerm.fromChineseName(String chineseName) Gets the solar term by Chinese name 按中文名称获取节气SolarTerm.next()Gets the next solar term 获取下一个节气static SolarTermSolarTerm.of(int index) Gets the solar term by index (0-23) 按索引获取节气(0-23)SolarTerm.previous()Gets the previous solar term 获取上一个节气static SolarTermReturns the enum constant of this class with the specified name.static SolarTerm[]SolarTerm.values()Returns an array containing the constants of this enum class, in the order they are declared.