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