Uses of Enum Class
net.time4j.calendar.EthiopianEra
Packages that use EthiopianEra
-
Uses of EthiopianEra in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type EthiopianEraModifier and TypeFieldDescriptionstatic ChronoElement<EthiopianEra>
EthiopianCalendar.ERA
Represents the Ethiopian era.Methods in net.time4j.calendar that return EthiopianEraModifier 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.Methods in net.time4j.calendar with parameters of type EthiopianEraModifier 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.