com.genesyslab.ail
Class DnRoutingPoint.Type

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.DnRoutingPoint.Type
Enclosing interface:
DnRoutingPoint

public static class DnRoutingPoint.Type
extends Enum

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

EXT_ROUTING_POINT_

public static final int EXT_ROUTING_POINT_
External routing point

See Also:
Constant Field Values

EXT_ROUTING_POINT

public static final DnRoutingPoint.Type EXT_ROUTING_POINT
External routing point


ROUTING_QUEUE_

public static final int ROUTING_QUEUE_
Routing queue

See Also:
Constant Field Values

ROUTING_QUEUE

public static final DnRoutingPoint.Type ROUTING_QUEUE
Routing queue


ROUTING_POINT_

public static final int ROUTING_POINT_
Routing point

See Also:
Constant Field Values

ROUTING_POINT

public static final DnRoutingPoint.Type ROUTING_POINT
Routing point


VIRTUAL_ROUTING_POINT_

public static final int VIRTUAL_ROUTING_POINT_
Virtual routing point

See Also:
Constant Field Values

VIRTUAL_ROUTING_POINT

public static final DnRoutingPoint.Type VIRTUAL_ROUTING_POINT
Virtual routing point


QUEUE_

public static final int QUEUE_
Queue

See Also:
Constant Field Values

QUEUE

public static final DnRoutingPoint.Type QUEUE
Queue


MEDIA_

public static final int MEDIA_
DN of an agent
Corresponds to Configuration Layer types that can be put into a place, like ACD Position or Extension

See Also:
Constant Field Values

MEDIA

public static final DnRoutingPoint.Type MEDIA
DN of an agent
Corresponds to Configuration Layer types that can be put into a place, like ACD Position or Extension


MAX

public static final int MAX
The maximum number of types

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The maximum number of types


getType

public static final DnRoutingPoint.Type getType(int value)
Returns the Type for the given value.