Uses of Enum Class
net.time4j.calendar.frenchrev.DayOfDecade
-
Uses of DayOfDecade in net.time4j.calendar.frenchrev
Modifier and TypeFieldDescriptionstatic ChronoElement<DayOfDecade>
FrenchRepublicanCalendar.DAY_OF_DECADE
Represents the days of decade which consists of ten days.Modifier and TypeMethodDescriptionFrenchRepublicanCalendar.getDayOfDecade()
Yields the day of decade if available (ten-day-week).static DayOfDecade
DayOfDecade.valueOf(int dayOfDecade)
Gets the enum-constant which corresponds to the given numerical value.static DayOfDecade
Returns the enum constant of this class with the specified name.static DayOfDecade[]
DayOfDecade.values()
Returns an array containing the constants of this enum class, in the order they are declared.