Uses of Enum Class
net.time4j.calendar.SexagesimalName.Stem
Packages that use SexagesimalName.Stem
-
Uses of SexagesimalName.Stem in net.time4j.calendar
Methods in net.time4j.calendar that return SexagesimalName.StemModifier and TypeMethodDescriptionSexagesimalName.getStem()Obtains the celestial stem of this cyclic sexagesimal name.static SexagesimalName.StemReturns the enum constant of this class with the specified name.static SexagesimalName.Stem[]SexagesimalName.Stem.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.calendar with parameters of type SexagesimalName.StemModifier and TypeMethodDescriptionstatic CyclicYearCyclicYear.of(SexagesimalName.Stem stem, SexagesimalName.Branch branch)Obtains an instance of cyclic year.static SexagesimalNameSexagesimalName.of(SexagesimalName.Stem stem, SexagesimalName.Branch branch)Obtains an instance of cyclic sexagesimal name.