Uses of Class
org.optaplanner.examples.rocktour.domain.RockTimeOfDay
-
Packages that use RockTimeOfDay Package Description org.optaplanner.examples.rocktour.domain -
-
Uses of RockTimeOfDay in org.optaplanner.examples.rocktour.domain
Methods in org.optaplanner.examples.rocktour.domain that return RockTimeOfDay Modifier and Type Method Description RockTimeOfDayRockBus. getDepartureTimeOfDay()RockTimeOfDayRockShow. getDepartureTimeOfDay()RockTimeOfDayRockStandstill. getDepartureTimeOfDay()RockTimeOfDayRockShow. getTimeOfDay()static RockTimeOfDayRockTimeOfDay. 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.Methods in org.optaplanner.examples.rocktour.domain with parameters of type RockTimeOfDay Modifier and Type Method Description voidRockShow. setTimeOfDay(RockTimeOfDay timeOfDay)
-