OptaPlanner distribution 6.0.0.Beta5

Uses of Class
org.optaplanner.examples.manners2009.domain.JobType

Packages that use JobType
org.optaplanner.examples.manners2009.domain   
 

Uses of JobType in org.optaplanner.examples.manners2009.domain
 

Methods in org.optaplanner.examples.manners2009.domain that return JobType
 JobType SeatDesignation.getGuestJobType()
           
 JobType Job.getJobType()
           
static JobType JobType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobType JobType.valueOfCode(String code)
           
static JobType[] JobType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.optaplanner.examples.manners2009.domain with parameters of type JobType
 void Job.setJobType(JobType jobType)
           
 


OptaPlanner distribution 6.0.0.Beta5

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