Package | Description |
---|---|
org.optaplanner.examples.manners2009.domain |
Modifier and Type | Method and Description |
---|---|
Hobby |
HobbyPractician.getHobby() |
static Hobby |
Hobby.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Hobby |
Hobby.valueOfCode(String code) |
static Hobby[] |
Hobby.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HobbyPractician.setHobby(Hobby hobby) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.