Package | Description |
---|---|
com.maplander.enumeration.manage.business | |
com.maplander.model.business |
Modifier and Type | Method and Description |
---|---|
static WeekdaysEnum |
WeekdaysEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeekdaysEnum[] |
WeekdaysEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WeekdaysEnum |
Schedule.getDay() |
Modifier and Type | Method and Description |
---|---|
void |
Schedule.setDay(WeekdaysEnum day) |