|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgDialMode | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgDialMode in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgDialMode | |
---|---|
CfgDialMode |
CfgDeltaCampaignGroup.getDialMode()
A dial mode dedicated for this group. |
CfgDialMode |
CfgCampaignGroupInfo.getDialMode()
|
CfgDialMode |
CfgCampaignGroup.getDialMode()
A dial mode dedicated for this group. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgDialMode | |
---|---|
void |
CfgCampaignGroupInfo.setDialMode(CfgDialMode value)
|
void |
CfgCampaignGroup.setDialMode(CfgDialMode value)
A dial mode dedicated for this group. |
Uses of CfgDialMode in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgDialMode | |
---|---|
static CfgDialMode |
CfgDialMode.CFGDMMaxDialMode
A maximum value of this enumeration. |
static CfgDialMode |
CfgDialMode.CFGDMNoDialMode
The value of corresponding parameter has not changed |
static CfgDialMode |
CfgDialMode.CFGDMPower
|
static CfgDialMode |
CfgDialMode.CFGDMPowerAndSeize
|
static CfgDialMode |
CfgDialMode.CFGDMPowerGVP
|
static CfgDialMode |
CfgDialMode.CFGDMPredict
Predictive |
static CfgDialMode |
CfgDialMode.CFGDMPredictAndSeize
Predictive with seizing |
static CfgDialMode |
CfgDialMode.CFGDMPredictGVP
|
static CfgDialMode |
CfgDialMode.CFGDMPreview
Preview |
static CfgDialMode |
CfgDialMode.CFGDMProgress
Progressive |
static CfgDialMode |
CfgDialMode.CFGDMProgressAndSeize
Progressive with seizing |
static CfgDialMode |
CfgDialMode.CFGDMProgressGVP
|
static CfgDialMode |
CfgDialMode.CFGDMPushPreview
|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgDialMode | |
---|---|
static CfgDialMode |
CfgDialMode.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgDialMode |
CfgDialMode.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 CfgDialMode | |
---|---|
static java.util.Collection<CfgDialMode> |
CfgDialMode.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |