|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.DnRoutingPoint.Type
public static class DnRoutingPoint.Type
Enum for the possible types of routing DNs.
| Field Summary | |
|---|---|
static DnRoutingPoint.Type |
EXT_ROUTING_POINT
External routing point |
static int |
EXT_ROUTING_POINT_
External routing point |
static int |
MAX
The maximum number of types |
static DnRoutingPoint.Type |
MEDIA
DN of an agent Corresponds to Configuration Layer types that can be put into a place, like ACD Position or Extension |
static int |
MEDIA_
DN of an agent Corresponds to Configuration Layer types that can be put into a place, like ACD Position or Extension |
static DnRoutingPoint.Type |
QUEUE
Queue |
static int |
QUEUE_
Queue |
static DnRoutingPoint.Type |
ROUTING_POINT
Routing point |
static int |
ROUTING_POINT_
Routing point |
static DnRoutingPoint.Type |
ROUTING_QUEUE
Routing queue |
static int |
ROUTING_QUEUE_
Routing queue |
static DnRoutingPoint.Type |
VIRTUAL_ROUTING_POINT
Virtual routing point |
static int |
VIRTUAL_ROUTING_POINT_
Virtual routing point |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static DnRoutingPoint.Type |
getType(int value)
Returns the Type for the given value. |
static int |
max()
The maximum number of types |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int EXT_ROUTING_POINT_
public static final DnRoutingPoint.Type EXT_ROUTING_POINT
public static final int ROUTING_QUEUE_
public static final DnRoutingPoint.Type ROUTING_QUEUE
public static final int ROUTING_POINT_
public static final DnRoutingPoint.Type ROUTING_POINT
public static final int VIRTUAL_ROUTING_POINT_
public static final DnRoutingPoint.Type VIRTUAL_ROUTING_POINT
public static final int QUEUE_
public static final DnRoutingPoint.Type QUEUE
public static final int MEDIA_
ACD Position or Extension
public static final DnRoutingPoint.Type MEDIA
ACD Position or Extension
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final DnRoutingPoint.Type getType(int value)
Type for the given value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||