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