| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Method and Description |
|---|---|
SexagesimalName.Stem |
SexagesimalName.getStem()
Obtains the celestial stem of this cyclic sexagesimal name.
|
static SexagesimalName.Stem |
SexagesimalName.Stem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SexagesimalName.Stem[] |
SexagesimalName.Stem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SexagesimalName |
SexagesimalName.of(SexagesimalName.Stem stem,
SexagesimalName.Branch branch)
Obtains an instance of cyclic sexagesimal name.
|
static CyclicYear |
CyclicYear.of(SexagesimalName.Stem stem,
SexagesimalName.Branch branch)
Obtains an instance of cyclic year.
|
Copyright © 2014–2021. All rights reserved.