Uses of Enum Class
net.time4j.calendar.EthiopianEra
-
Uses of EthiopianEra in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic ChronoElement<EthiopianEra>
EthiopianCalendar.ERA
Represents the Ethiopian era.Modifier and TypeMethodDescriptionEthiopianCalendar.getEra()
Yields the Ethiopian era.static EthiopianEra
Returns the enum constant of this class with the specified name.static EthiopianEra[]
EthiopianEra.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
EthiopianCalendar.isValid(EthiopianEra era, int yearOfEra, int month, int dayOfMonth)
Queries if given parameter values form a well defined calendar date.static EthiopianCalendar
EthiopianCalendar.of(EthiopianEra era, int yearOfEra, int month, int dayOfMonth)
Creates a new instance of an Ethiopian calendar date.static EthiopianCalendar
EthiopianCalendar.of(EthiopianEra era, int yearOfEra, EthiopianMonth month, int dayOfMonth)
Creates a new instance of an Ethiopian calendar date.