JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
de.powerstat.validation.values.Weekday
Packages that use
Weekday
Package
Description
de.powerstat.validation.values
Validation value classes.
Uses of
Weekday
in
de.powerstat.validation.values
Methods in
de.powerstat.validation.values
that return
Weekday
Modifier and Type
Method
Description
static
Weekday
Weekday.
of
(
String
value)
Weekday factory.
static
Weekday
Weekday.
valueOf
(
String
name)
Returns 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.