Package | Description |
---|---|
org.optaplanner.examples.projectjobscheduling.domain |
Modifier and Type | Method and Description |
---|---|
JobType |
Job.getJobType() |
JobType |
Allocation.getJobType() |
static JobType |
JobType.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setJobType(JobType jobType) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.