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.ERARepresents the Ethiopian era.Methods in net.time4j.calendar that return EthiopianEraModifier and TypeMethodDescriptionEthiopianCalendar.getEra()Yields the Ethiopian era.static EthiopianEraReturns 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 booleanEthiopianCalendar.isValid(EthiopianEra era, int yearOfEra, int month, int dayOfMonth)Queries if given parameter values form a well defined calendar date.static EthiopianCalendarEthiopianCalendar.of(EthiopianEra era, int yearOfEra, int month, int dayOfMonth)Creates a new instance of an Ethiopian calendar date.static EthiopianCalendarEthiopianCalendar.of(EthiopianEra era, int yearOfEra, EthiopianMonth month, int dayOfMonth)Creates a new instance of an Ethiopian calendar date.