Uses of Class
org.optaplanner.examples.dinnerparty.domain.Hobby
-
Packages that use Hobby Package Description org.optaplanner.examples.dinnerparty.domain -
-
Uses of Hobby in org.optaplanner.examples.dinnerparty.domain
Methods in org.optaplanner.examples.dinnerparty.domain that return Hobby Modifier and Type Method Description HobbyHobbyPractician. getHobby()static HobbyHobby. valueOf(String name)Returns the enum constant of this type with the specified name.static HobbyHobby. valueOfCode(String code)static Hobby[]Hobby. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.examples.dinnerparty.domain that return types with arguments of type Hobby Modifier and Type Method Description EnumSet<Hobby>DinnerParty. getHobbySet()Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type Hobby Modifier and Type Method Description voidHobbyPractician. setHobby(Hobby hobby)
-