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