|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSelectionMode | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgSelectionMode in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgSelectionMode | |
---|---|
CfgSelectionMode |
CfgRemovalEvent.getSelectionMode()
|
CfgSelectionMode |
CfgDetectEvent.getSelectionMode()
|
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgSelectionMode | |
---|---|
void |
CfgDetectEvent.setSelectionMode(CfgSelectionMode value)
|
Uses of CfgSelectionMode in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgSelectionMode | |
---|---|
static CfgSelectionMode |
CfgSelectionMode.CFGSMAppType
|
static CfgSelectionMode |
CfgSelectionMode.CFGSMByAny
Any event. |
static CfgSelectionMode |
CfgSelectionMode.CFGSMByAppDBID
An event from application specified by DBID is considered only. |
static CfgSelectionMode |
CfgSelectionMode.CFGSMMaxSelectionMode
The maximum value of this enumeration |
static CfgSelectionMode |
CfgSelectionMode.CFGSMNoSelectionMode
The value of corresponding parameter has not changed |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgSelectionMode | |
---|---|
static CfgSelectionMode |
CfgSelectionMode.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgSelectionMode |
CfgSelectionMode.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 CfgSelectionMode | |
---|---|
static java.util.Collection<CfgSelectionMode> |
CfgSelectionMode.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |