Uses of Class
org.threeten.extra.chrono.EthiopicEra
- 
Packages that use EthiopicEra Package Description org.threeten.extra.chrono Additional chronologies (calendar systems) that extendjava.time.*.
- 
- 
Uses of EthiopicEra in org.threeten.extra.chronoMethods in org.threeten.extra.chrono that return EthiopicEra Modifier and Type Method Description EthiopicEraEthiopicChronology. eraOf(int eraValue)EthiopicEraEthiopicDate. getEra()Gets the era applicable at this date.static EthiopicEraEthiopicEra. of(int era)Obtains an instance ofEthiopicErafrom anintvalue.static EthiopicEraEthiopicEra. valueOf(String name)Returns the enum constant of this type with the specified name.static EthiopicEra[]EthiopicEra. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-