Package | Description |
---|---|
org.optaplanner.examples.pas.domain |
Modifier and Type | Method and Description |
---|---|
Gender |
Patient.getGender() |
Gender |
BedDesignation.getPatientGender() |
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 |
Patient.setGender(Gender gender) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.