| Package | Description |
|---|---|
| br.pucrio.tecgraf.soma.job.api.model |
| Modifier and Type | Method and Description |
|---|---|
static JobType |
JobType.fromValue(String text) |
@Valid JobType |
Job.getJobType()
Get jobType
|
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 |
|---|---|
Job |
Job.jobType(JobType jobType) |
void |
Job.setJobType(JobType jobType) |
Copyright © 2019. All rights reserved.