Package | Description |
---|---|
org.optaplanner.examples.dinnerparty.domain |
Modifier and Type | Method and Description |
---|---|
Gender |
Guest.getGender() |
Gender |
SeatDesignation.getGuestGender() |
Gender |
Seat.getRequiredGender() |
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gender |
Gender.valueOfCode(String code) |
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Guest.setGender(Gender gender) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.