|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionType | |
---|---|
com.genesyslab.platform.reporting.protocol.statserver |
This package contains objects that correspond to objects in the
Genesys Configuration Layer, such as AgentStatus and
PlaceGroup . |
Uses of ActionType in com.genesyslab.platform.reporting.protocol.statserver |
---|
Fields in com.genesyslab.platform.reporting.protocol.statserver declared as ActionType | |
---|---|
static ActionType |
ActionType.Durable
|
static ActionType |
ActionType.Instant
|
static ActionType |
ActionType.Retrospective
|
Methods in com.genesyslab.platform.reporting.protocol.statserver that return ActionType | |
---|---|
static ActionType |
ActionType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static ActionType |
ActionType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.reporting.protocol.statserver that return types with arguments of type ActionType | |
---|---|
static java.util.Collection<ActionType> |
ActionType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |