Package | Description |
---|---|
org.optaplanner.examples.pas.domain |
Modifier and Type | Method and Description |
---|---|
GenderLimitation |
Room.getGenderLimitation() |
GenderLimitation |
BedDesignation.getRoomGenderLimitation() |
static GenderLimitation |
GenderLimitation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenderLimitation |
GenderLimitation.valueOfCode(String code) |
static GenderLimitation[] |
GenderLimitation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Room.setGenderLimitation(GenderLimitation genderLimitation) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.