|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgActionCodeType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgActionCodeType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgActionCodeType | |
---|---|
CfgActionCodeType |
CfgDeltaActionCode.getType()
Type of the action code. |
CfgActionCodeType |
CfgActionCode.getType()
Type of the action code. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgActionCodeType | |
---|---|
void |
CfgActionCode.setType(CfgActionCodeType value)
Type of the action code. |
Uses of CfgActionCodeType in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgActionCodeType | |
---|---|
CfgActionCodeType |
CfgActionCodeQuery.getCodeType()
Type of the action code (see
CfgActionCodeType
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgActionCodeType | |
---|---|
void |
CfgActionCodeQuery.setCodeType(CfgActionCodeType value)
Type of the action code (see
CfgActionCodeType
). |
Uses of CfgActionCodeType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgActionCodeType | |
---|---|
static CfgActionCodeType |
CfgActionCodeType.CFGBusyOff
|
static CfgActionCodeType |
CfgActionCodeType.CFGBusyOn
|
static CfgActionCodeType |
CfgActionCodeType.CFGConference
|
static CfgActionCodeType |
CfgActionCodeType.CFGForwardOff
|
static CfgActionCodeType |
CfgActionCodeType.CFGForwardOn
|
static CfgActionCodeType |
CfgActionCodeType.CFGInboundCall
|
static CfgActionCodeType |
CfgActionCodeType.CFGInternalCall
|
static CfgActionCodeType |
CfgActionCodeType.CFGLogin
|
static CfgActionCodeType |
CfgActionCodeType.CFGLogout
|
static CfgActionCodeType |
CfgActionCodeType.CFGMaxActionCodeType
|
static CfgActionCodeType |
CfgActionCodeType.CFGNoActionCode
The value of the corresponding parameter has not changed. |
static CfgActionCodeType |
CfgActionCodeType.CFGNotReady
|
static CfgActionCodeType |
CfgActionCodeType.CFGOutboundCall
|
static CfgActionCodeType |
CfgActionCodeType.CFGReady
|
static CfgActionCodeType |
CfgActionCodeType.CFGTransfer
|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgActionCodeType | |
---|---|
static CfgActionCodeType |
CfgActionCodeType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgActionCodeType |
CfgActionCodeType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgActionCodeType | |
---|---|
static java.util.Collection<CfgActionCodeType> |
CfgActionCodeType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |