Uses of Enum
org.optaplanner.examples.pas.domain.GenderLimitation
Packages that use GenderLimitation
-
Uses of GenderLimitation in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return GenderLimitationModifier and TypeMethodDescriptionRoom.getGenderLimitation()BedDesignation.getRoomGenderLimitation()static GenderLimitationReturns 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 GenderLimitationModifier and TypeMethodDescriptionvoidRoom.setGenderLimitation(GenderLimitation genderLimitation) Constructors in org.optaplanner.examples.pas.domain with parameters of type GenderLimitationModifierConstructorDescriptionRoom(long id, String name, Department department, int capacity, GenderLimitation genderLimitation)