Package | Description |
---|---|
org.optaplanner.examples.manners2009.domain |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setJobType(JobType jobType) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.