Uses of Enum Class
net.time4j.calendar.frenchrev.DayOfDecade
Packages that use DayOfDecade
-
Uses of DayOfDecade in net.time4j.calendar.frenchrev
Fields in net.time4j.calendar.frenchrev with type parameters of type DayOfDecadeModifier and TypeFieldDescriptionstatic ChronoElement<DayOfDecade>FrenchRepublicanCalendar.DAY_OF_DECADERepresents the days of decade which consists of ten days.Methods in net.time4j.calendar.frenchrev that return DayOfDecadeModifier and TypeMethodDescriptionFrenchRepublicanCalendar.getDayOfDecade()Yields the day of decade if available (ten-day-week).static DayOfDecadeDayOfDecade.valueOf(int dayOfDecade)Gets the enum-constant which corresponds to the given numerical value.static DayOfDecadeReturns 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.