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