Uses of Enum Class
ch.nolix.systemapi.time.main.Weekday
Packages that use Weekday
-
Uses of Weekday in ch.nolix.system.time.main
Methods in ch.nolix.system.time.main that return Weekday -
Uses of Weekday in ch.nolix.systemapi.time.main
Subclasses with type arguments of type Weekday in ch.nolix.systemapi.time.mainMethods in ch.nolix.systemapi.time.main that return WeekdayModifier and TypeMethodDescriptionstatic WeekdayWeekday.fromDayOfWeek(DayOfWeek dayOfWeek) static WeekdayWeekday.fromSpecification(Node<?> specification) ITime.getWeekday()static WeekdayReturns the enum constant of this class with the specified name.static Weekday[]Weekday.values()Returns an array containing the constants of this enum class, in the order they are declared.