| Package | Description |
|---|---|
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Field and Description |
|---|---|
protected EnumNodeStatus |
ResourceAudit.nodeStatus |
protected EnumNodeStatus |
NodeInfo.nodeStatus |
protected EnumNodeStatus |
TrackFilter.status |
protected EnumNodeStatus |
PreflightConstraint.status |
protected EnumNodeStatus |
PipeParams.status |
protected EnumNodeStatus |
PhaseTime.status |
protected EnumNodeStatus |
JobPhase.status |
| Modifier and Type | Method and Description |
|---|---|
static EnumNodeStatus |
EnumNodeStatus.fromValue(String v) |
EnumNodeStatus |
ResourceAudit.getNodeStatus()
Gets the value of the nodeStatus property.
|
EnumNodeStatus |
NodeInfo.getNodeStatus()
Gets the value of the nodeStatus property.
|
EnumNodeStatus |
TrackFilter.getStatus()
Gets the value of the status property.
|
EnumNodeStatus |
PreflightConstraint.getStatus()
Gets the value of the status property.
|
EnumNodeStatus |
PipeParams.getStatus()
Gets the value of the status property.
|
EnumNodeStatus |
PhaseTime.getStatus()
Gets the value of the status property.
|
EnumNodeStatus |
JobPhase.getStatus()
Gets the value of the status property.
|
EnumNodeStatus |
EnumAuditStatus.value() |
static EnumNodeStatus |
EnumNodeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumNodeStatus[] |
EnumNodeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumAuditStatus |
EnumAuditStatus.fromValue(EnumNodeStatus v) |
void |
ResourceAudit.setNodeStatus(EnumNodeStatus value)
Sets the value of the nodeStatus property.
|
void |
NodeInfo.setNodeStatus(EnumNodeStatus value)
Sets the value of the nodeStatus property.
|
void |
TrackFilter.setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
PreflightConstraint.setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
PipeParams.setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
PhaseTime.setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
JobPhase.setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
ResourceAudit |
ResourceAudit.withNodeStatus(EnumNodeStatus value) |
NodeInfo |
NodeInfo.withNodeStatus(EnumNodeStatus value) |
TrackFilter |
TrackFilter.withStatus(EnumNodeStatus value) |
PreflightConstraint |
PreflightConstraint.withStatus(EnumNodeStatus value) |
PipeParams |
PipeParams.withStatus(EnumNodeStatus value) |
PhaseTime |
PhaseTime.withStatus(EnumNodeStatus value) |
JobPhase |
JobPhase.withStatus(EnumNodeStatus value) |
Copyright © 2016. All rights reserved.