Uses of Class
org.optaplanner.examples.pas.domain.Gender
-
Packages that use Gender Package Description org.optaplanner.examples.pas.domain -
-
Uses of Gender in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return Gender Modifier and Type Method Description GenderPatient. getGender()GenderBedDesignation. getPatientGender()static GenderGender. valueOf(String name)Returns the enum constant of this type with the specified name.static GenderGender. valueOfCode(String code)static Gender[]Gender. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.examples.pas.domain with parameters of type Gender Modifier and Type Method Description voidPatient. setGender(Gender gender)
-