| Package | Description |
|---|---|
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Field and Description |
|---|---|
protected EnumGangPolicy |
QueueSubmissionParams.gangPolicy |
protected EnumGangPolicy |
QueueEntry.gangPolicy |
| Modifier and Type | Method and Description |
|---|---|
static EnumGangPolicy |
EnumGangPolicy.fromValue(String v) |
EnumGangPolicy |
QueueSubmissionParams.getGangPolicy()
Gets the value of the gangPolicy property.
|
EnumGangPolicy |
QueueEntry.getGangPolicy()
Gets the value of the gangPolicy property.
|
static EnumGangPolicy |
EnumGangPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumGangPolicy[] |
EnumGangPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueSubmissionParams.setGangPolicy(EnumGangPolicy value)
Sets the value of the gangPolicy property.
|
void |
QueueEntry.setGangPolicy(EnumGangPolicy value)
Sets the value of the gangPolicy property.
|
QueueSubmissionParams |
QueueSubmissionParams.withGangPolicy(EnumGangPolicy value) |
QueueEntry |
QueueEntry.withGangPolicy(EnumGangPolicy value) |
Copyright © 2016. All rights reserved.