|
|||||||||
| 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.RoutingInteraction.CallType
public static class RoutingInteraction.CallType
Enum for the possible types of phone call that this interaction is representing.
| Field Summary | |
|---|---|
static RoutingInteraction.CallType |
CONSULT
A consultation call. |
static int |
CONSULT_
A consultation call. |
static RoutingInteraction.CallType |
INBOUND
An inbound or incoming call. |
static int |
INBOUND_
An inbound or incoming call. |
static RoutingInteraction.CallType |
INTERNAL
An internal call. |
static int |
INTERNAL_
An internal call. |
static int |
MAX
The maximum number of call types. |
static RoutingInteraction.CallType |
OUTBOUND
An outbound or outgoing call. |
static int |
OUTBOUND_
An outbound or outgoing call. |
static RoutingInteraction.CallType |
UNKNOWN
Unknown call type. |
static int |
UNKNOWN_
Unknown call type. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static RoutingInteraction.CallType |
getCallType(int value)
Returns the CallType for this value. |
static int |
max()
The maximum number of call 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 UNKNOWN_
public static final RoutingInteraction.CallType UNKNOWN
public static final int INTERNAL_
public static final RoutingInteraction.CallType INTERNAL
public static final int INBOUND_
public static final RoutingInteraction.CallType INBOUND
public static final int OUTBOUND_
public static final RoutingInteraction.CallType OUTBOUND
public static final int CONSULT_
public static final RoutingInteraction.CallType CONSULT
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final RoutingInteraction.CallType getCallType(int value)
CallType for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||