|
|||||||||
| 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.AbstractInteraction.AbstractCallType
public static class AbstractInteraction.AbstractCallType
Constants describing the different types of phone call.
| Field Summary | |
|---|---|
static AbstractInteraction.AbstractCallType |
CONSULT
Consultation call type. |
static int |
CONSULT_
Consultation call type. |
static AbstractInteraction.AbstractCallType |
INBOUND
Incoming call type. |
static int |
INBOUND_
Incoming call type. |
static AbstractInteraction.AbstractCallType |
INTERNAL
Internal call type. |
static int |
INTERNAL_
Internal call type. |
static int |
MAX
The maximum number of call types. |
static AbstractInteraction.AbstractCallType |
OUTBOUND
Outgoing call type. |
static int |
OUTBOUND_
Outgoing call type. |
static AbstractInteraction.AbstractCallType |
UNKNOWN
Unknown call type. |
static int |
UNKNOWN_
Unknown call type. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static AbstractInteraction.AbstractCallType |
getAbstractCallType(int value)
Returns the AbstractCallType for this value. |
static int |
max()
The 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 AbstractInteraction.AbstractCallType UNKNOWN
public static final int INTERNAL_
public static final AbstractInteraction.AbstractCallType INTERNAL
public static final int INBOUND_
public static final AbstractInteraction.AbstractCallType INBOUND
public static final int OUTBOUND_
public static final AbstractInteraction.AbstractCallType OUTBOUND
public static final int CONSULT_
public static final AbstractInteraction.AbstractCallType CONSULT
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final AbstractInteraction.AbstractCallType getAbstractCallType(int value)
AbstractCallType for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||