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 CalendarSystems
Year.calendarSystem
Calendar system.Methods in de.powerstat.validation.values that return CalendarSystemsModifier and TypeMethodDescriptionstatic CalendarSystems
CalendarSystems factory.static CalendarSystems
Returns 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 Year
Year.of
(CalendarSystems calendarSystem, long year) Year factory.Constructors in de.powerstat.validation.values with parameters of type CalendarSystemsModifierConstructorDescriptionprivate
Year
(CalendarSystems calendarSystem, long year) Constructor.