Uses of Class
org.optaplanner.examples.dinnerparty.domain.JobType
-
Packages that use JobType Package Description org.optaplanner.examples.dinnerparty.domain -
-
Uses of JobType in org.optaplanner.examples.dinnerparty.domain
Methods in org.optaplanner.examples.dinnerparty.domain that return JobType Modifier and Type Method Description JobTypeSeatDesignation. getGuestJobType()JobTypeJob. getJobType()static JobTypeJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobTypeJobType. 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.dinnerparty.domain that return types with arguments of type JobType Modifier and Type Method Description EnumSet<JobType>DinnerParty. getJobSet()Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type JobType Modifier and Type Method Description voidJob. setJobType(JobType jobType)
-