Package | Description |
---|---|
org.optaplanner.examples.rocktour.domain |
Modifier and Type | Method and Description |
---|---|
RockTimeOfDay |
RockStandstill.getDepartureTimeOfDay() |
RockTimeOfDay |
RockShow.getDepartureTimeOfDay() |
RockTimeOfDay |
RockBus.getDepartureTimeOfDay() |
RockTimeOfDay |
RockShow.getTimeOfDay() |
static RockTimeOfDay |
RockTimeOfDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RockTimeOfDay[] |
RockTimeOfDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RockShow.setTimeOfDay(RockTimeOfDay timeOfDay) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.