OptaPlanner distribution 6.0.1-SNAPSHOT

Uses of Class
org.optaplanner.examples.pas.domain.GenderLimitation

Packages that use GenderLimitation
org.optaplanner.examples.pas.domain   
 

Uses of GenderLimitation in org.optaplanner.examples.pas.domain
 

Methods in org.optaplanner.examples.pas.domain that return GenderLimitation
 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.
 

Methods in org.optaplanner.examples.pas.domain with parameters of type GenderLimitation
 void Room.setGenderLimitation(GenderLimitation genderLimitation)
           
 


OptaPlanner distribution 6.0.1-SNAPSHOT

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.