Uses of Enum
org.threeten.extra.chrono.InternationalFixedEra
Packages that use InternationalFixedEra
Package
Description
Additional chronologies (calendar systems) that extend
java.time.*.-
Uses of InternationalFixedEra in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return InternationalFixedEraModifier and TypeMethodDescriptionInternationalFixedChronology.eraOf(int eraValue) Creates the chronology era object from the numeric value.InternationalFixedDate.getEra()Gets the era applicable at this date.static InternationalFixedEraInternationalFixedEra.of(int era) Obtains an instance ofInternationalFixedErafrom anintvalue.static InternationalFixedEraReturns the enum constant of this type with the specified name.static InternationalFixedEra[]InternationalFixedEra.values()Returns an array containing the constants of this enum type, in the order they are declared.