| Package | Description |
|---|---|
| org.threeten.extra.chrono |
| Modifier and Type | Method and Description |
|---|---|
PaxEra |
PaxChronology.eraOf(int eraValue) |
PaxEra |
PaxDate.getEra()
Gets the era applicable at this date.
|
static PaxEra |
PaxEra.of(int era)
Obtains an instance of
PaxEra from an int value. |
static PaxEra |
PaxEra.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaxEra[] |
PaxEra.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2016 ThreeTen.org. All rights reserved.