Package | Description |
---|---|
com.uc4.api |
This package contains classes which are generally used.
|
com.uc4.api.systemoverview |
This package contains classes to get information from the system overview.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
static QueueStatus |
QueueStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueueStatus[] |
QueueStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QueueStatus |
QueueListItem.getStatus() |
Modifier and Type | Method and Description |
---|---|
QueueStatus |
NavigatorQueueTree.QueueLeaf.getStatus()
Returns the status of the Queue (Green, Yellow or Red).
|
Constructor and Description |
---|
ModifyQueueStatus(QueueListItem item,
QueueStatus status)
Creates a new instance of a
SwitchQueueStatus class. |
ModifyQueueStatus(UC4ObjectName name,
QueueStatus status)
Creates a new instance of a
SwitchQueueStatus class. |