| Package | Description |
|---|---|
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Field and Description |
|---|---|
protected EnumAssetStatus |
Resource.minLateStatus |
protected EnumAssetStatus |
Parameter.minLateStatus |
protected EnumAssetStatus |
Resource.minStatus |
protected EnumAssetStatus |
Parameter.minStatus |
protected EnumAssetStatus |
ResourceInfo.status |
protected EnumAssetStatus |
ResourceCmdParams.status |
protected EnumAssetStatus |
Parameter.status |
protected EnumAssetStatus |
PipeParams.updatedStatus |
| Modifier and Type | Method and Description |
|---|---|
static EnumAssetStatus |
EnumAssetStatus.fromValue(String v) |
EnumAssetStatus |
Resource.getMinLateStatus()
Gets the value of the minLateStatus property.
|
EnumAssetStatus |
Parameter.getMinLateStatus()
Gets the value of the minLateStatus property.
|
EnumAssetStatus |
Resource.getMinStatus()
Gets the value of the minStatus property.
|
EnumAssetStatus |
Parameter.getMinStatus()
Gets the value of the minStatus property.
|
EnumAssetStatus |
ResourceInfo.getStatus()
Gets the value of the status property.
|
EnumAssetStatus |
ResourceCmdParams.getStatus()
Gets the value of the status property.
|
EnumAssetStatus |
Parameter.getStatus()
Gets the value of the status property.
|
EnumAssetStatus |
PipeParams.getUpdatedStatus()
Gets the value of the updatedStatus property.
|
static EnumAssetStatus |
EnumAssetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumAssetStatus[] |
EnumAssetStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setMinLateStatus(EnumAssetStatus value)
Sets the value of the minLateStatus property.
|
void |
Parameter.setMinLateStatus(EnumAssetStatus value)
Sets the value of the minLateStatus property.
|
void |
Resource.setMinStatus(EnumAssetStatus value)
Sets the value of the minStatus property.
|
void |
Parameter.setMinStatus(EnumAssetStatus value)
Sets the value of the minStatus property.
|
void |
ResourceInfo.setStatus(EnumAssetStatus value)
Sets the value of the status property.
|
void |
ResourceCmdParams.setStatus(EnumAssetStatus value)
Sets the value of the status property.
|
void |
Parameter.setStatus(EnumAssetStatus value)
Sets the value of the status property.
|
void |
PipeParams.setUpdatedStatus(EnumAssetStatus value)
Sets the value of the updatedStatus property.
|
Resource |
Resource.withMinLateStatus(EnumAssetStatus value) |
Parameter |
Parameter.withMinLateStatus(EnumAssetStatus value) |
Resource |
Resource.withMinStatus(EnumAssetStatus value) |
Parameter |
Parameter.withMinStatus(EnumAssetStatus value) |
ResourceInfo |
ResourceInfo.withStatus(EnumAssetStatus value) |
ResourceCmdParams |
ResourceCmdParams.withStatus(EnumAssetStatus value) |
Parameter |
Parameter.withStatus(EnumAssetStatus value) |
PipeParams |
PipeParams.withUpdatedStatus(EnumAssetStatus value) |
Copyright © 2016. All rights reserved.