Uses of Enum Class
ch.nolix.systemapi.time.timestructure.Weekday
Packages that use Weekday
Package
Description
-
Uses of Weekday in ch.nolix.system.time.moment
Methods in ch.nolix.system.time.moment that return Weekday -
Uses of Weekday in ch.nolix.systemapi.time.moment
Methods in ch.nolix.systemapi.time.moment that return Weekday -
Uses of Weekday in ch.nolix.systemapi.time.timestructure
Subclasses with type arguments of type Weekday in ch.nolix.systemapi.time.timestructureMethods in ch.nolix.systemapi.time.timestructure that return WeekdayModifier and TypeMethodDescriptionstatic WeekdayWeekday.fromDayOfWeek(DayOfWeek dayOfWeek) static WeekdayWeekday.fromSpecification(INode<?> specification) 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.