|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.configuration.protocol.types.CfgCallActionCode
public class CfgCallActionCode
Field Summary | |
---|---|
static CfgCallActionCode |
CFGCACConnect
Connect to an operator |
static CfgCallActionCode |
CFGCACDrop
Release call |
static CfgCallActionCode |
CFGCACMaxCallActionCode
A maximum value of this enumeration. |
static CfgCallActionCode |
CFGCACMuteTransfer
Transfer call using mute transfer |
static CfgCallActionCode |
CFGCACNoCallActionCode
The value of corresponding parameter has not changed |
static CfgCallActionCode |
CFGCACPlayMessage
Slay message |
static CfgCallActionCode |
CFGCACRoute
Route call |
static CfgCallActionCode |
CFGCACSendEmail
Send E-mail |
static CfgCallActionCode |
CFGCACSendFax
Send fax |
static CfgCallActionCode |
CFGCACSendPage
Send page |
static CfgCallActionCode |
CFGCACTransfer
Transfer call using two-step transfer |
Fields inherited from class com.genesyslab.platform.commons.GEnum |
---|
LOCALE_ENGLISH |
Method Summary | |
---|---|
static CfgCallActionCode |
valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgCallActionCode |
valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
static java.util.Collection<CfgCallActionCode> |
values()
Returns all values of the enumeration. |
Methods inherited from class com.genesyslab.platform.commons.GEnum |
---|
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CfgCallActionCode CFGCACNoCallActionCode
public static final CfgCallActionCode CFGCACConnect
public static final CfgCallActionCode CFGCACDrop
public static final CfgCallActionCode CFGCACMuteTransfer
public static final CfgCallActionCode CFGCACTransfer
public static final CfgCallActionCode CFGCACRoute
public static final CfgCallActionCode CFGCACPlayMessage
public static final CfgCallActionCode CFGCACSendFax
public static final CfgCallActionCode CFGCACSendPage
public static final CfgCallActionCode CFGCACSendEmail
public static final CfgCallActionCode CFGCACMaxCallActionCode
Method Detail |
---|
public static java.util.Collection<CfgCallActionCode> values()
public static CfgCallActionCode valueOf(int ordinal)
ordinal
- ordinal number of the enumeration value
public static CfgCallActionCode valueOf(java.lang.String name)
name
- name of value in the enumeration
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |