Package | Description |
---|---|
org.josef.util |
Utility Classes.
|
Modifier and Type | Method and Description |
---|---|
static WeekDay |
WeekDay.valueOf(int day)
Gets the Day corresponding to the supplied integer day.
|
static WeekDay |
WeekDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeekDay[] |
WeekDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2018. All rights reserved.