|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgOperationMode | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgOperationMode in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgOperationMode | |
---|---|
CfgOperationMode |
CfgDeltaCampaignGroup.getOperationMode()
An operation mode. |
CfgOperationMode |
CfgCampaignGroupInfo.getOperationMode()
|
CfgOperationMode |
CfgCampaignGroup.getOperationMode()
An operation mode. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgOperationMode | |
---|---|
void |
CfgCampaignGroupInfo.setOperationMode(CfgOperationMode value)
|
void |
CfgCampaignGroup.setOperationMode(CfgOperationMode value)
An operation mode. |
Uses of CfgOperationMode in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgOperationMode | |
---|---|
static CfgOperationMode |
CfgOperationMode.CFGOMManual
Manual |
static CfgOperationMode |
CfgOperationMode.CFGOMMaxOperationMode
A maximum value of this enumeration. |
static CfgOperationMode |
CfgOperationMode.CFGOMNoOperationMode
The value of corresponding parameter has not changed |
static CfgOperationMode |
CfgOperationMode.CFGOMSchedule
Scheduled |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgOperationMode | |
---|---|
static CfgOperationMode |
CfgOperationMode.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgOperationMode |
CfgOperationMode.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 CfgOperationMode | |
---|---|
static java.util.Collection<CfgOperationMode> |
CfgOperationMode.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |