Uses of Class
org.optaplanner.examples.pas.domain.GenderLimitation
-
Packages that use GenderLimitation Package Description org.optaplanner.examples.pas.domain -
-
Uses of GenderLimitation in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return GenderLimitation Modifier and Type Method Description GenderLimitationRoom. getGenderLimitation()GenderLimitationBedDesignation. getRoomGenderLimitation()static GenderLimitationGenderLimitation. valueOf(String name)Returns the enum constant of this type with the specified name.static GenderLimitationGenderLimitation. valueOfCode(String code)static GenderLimitation[]GenderLimitation. 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 GenderLimitation Modifier and Type Method Description voidRoom. setGenderLimitation(GenderLimitation genderLimitation)
-