Package | Description |
---|---|
com.sun.grid.jsv |
Modifier and Type | Method and Description |
---|---|
JobDescription.Verification |
JobDescription.getVerification()
Get the verification level.
|
static JobDescription.Verification |
JobDescription.Verification.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobDescription.Verification[] |
JobDescription.Verification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobDescription.setVerification(JobDescription.Verification verification)
Set the job's verification level.
|