Uses of Enum Class
net.time4j.calendar.EthiopianMonth
Packages that use EthiopianMonth
-
Uses of EthiopianMonth in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type EthiopianMonthMethods in net.time4j.calendar that return EthiopianMonthModifier and TypeMethodDescriptionEthiopianCalendar.getMonth()
Yields the Ethiopian month.static EthiopianMonth
EthiopianMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.static EthiopianMonth
Returns the enum constant of this class with the specified name.static EthiopianMonth[]
EthiopianMonth.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 EthiopianMonthModifier and TypeMethodDescriptionstatic EthiopianCalendar
EthiopianCalendar.of(EthiopianEra era, int yearOfEra, EthiopianMonth month, int dayOfMonth)
Creates a new instance of an Ethiopian calendar date.