Uses of Enum Class
de.powerstat.validation.values.CalendarSystems
Packages that use CalendarSystems
-
Uses of CalendarSystems in de.powerstat.validation.values
Fields in de.powerstat.validation.values declared as CalendarSystemsModifier and TypeFieldDescriptionprivate final CalendarSystemsYear.calendarSystemCalendar system.Methods in de.powerstat.validation.values that return CalendarSystemsModifier and TypeMethodDescriptionstatic CalendarSystemsCalendarSystems factory.static CalendarSystemsReturns the enum constant of this class with the specified name.static CalendarSystems[]CalendarSystems.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.powerstat.validation.values with parameters of type CalendarSystemsModifier and TypeMethodDescriptionstatic YearYear.of(CalendarSystems calendarSystem, long year) Year factory.Constructors in de.powerstat.validation.values with parameters of type CalendarSystemsModifierConstructorDescriptionprivateYear(CalendarSystems calendarSystem, long year) Constructor.