| Package | Description |
|---|---|
| se.walkercrou.places |
| Modifier and Type | Method and Description |
|---|---|
Day |
Hours.Period.getClosingDay()
Returns the day this period closes.
|
Day |
Hours.Period.getOpeningDay()
Returns the day this period opens.
|
static Day |
Day.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Day[] |
Day.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Hours.Period |
Hours.Period.setClosingDay(Day closingDay)
Sets the day this period closes.
|
protected Hours.Period |
Hours.Period.setOpeningDay(Day openingDay)
Sets the day this period opens.
|
Copyright © 2014–2015. All rights reserved.