Uses of Enum Class
net.time4j.calendar.SexagesimalName.Branch
Packages that use SexagesimalName.Branch
-
Uses of SexagesimalName.Branch in net.time4j.calendar
Methods in net.time4j.calendar that return SexagesimalName.BranchModifier and TypeMethodDescriptionSexagesimalName.getBranch()
Obtains the terrestrial branch of this cyclic sexagesimal name.static SexagesimalName.Branch
Returns the enum constant of this class with the specified name.static SexagesimalName.Branch[]
SexagesimalName.Branch.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.BranchModifier and TypeMethodDescriptionstatic CyclicYear
CyclicYear.of(SexagesimalName.Stem stem, SexagesimalName.Branch branch)
Obtains an instance of cyclic year.static SexagesimalName
SexagesimalName.of(SexagesimalName.Stem stem, SexagesimalName.Branch branch)
Obtains an instance of cyclic sexagesimal name.