|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgTargetType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgTargetType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgTargetType | |
---|---|
CfgTargetType |
CfgSwitchAccessCode.getTargetType()
Type of the target within the switch specified by switchDBID for which all the routing parameters
below are specified. |
CfgTargetType |
CfgDelSwitchAccess.getTargetType()
|
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgTargetType | |
---|---|
void |
CfgSwitchAccessCode.setTargetType(CfgTargetType value)
Type of the target within the switch specified by switchDBID for which all the routing parameters
below are specified. |
void |
CfgDelSwitchAccess.setTargetType(CfgTargetType value)
|
Uses of CfgTargetType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgTargetType | |
---|---|
static CfgTargetType |
CfgTargetType.CFGMaxTargetType
|
static CfgTargetType |
CfgTargetType.CFGNoTarget
The value of the corresponding parameter has not changed. |
static CfgTargetType |
CfgTargetType.CFGTargetACDQueue
|
static CfgTargetType |
CfgTargetType.CFGTargetACDQueueGroup
|
static CfgTargetType |
CfgTargetType.CFGTargetAgent
|
static CfgTargetType |
CfgTargetType.CFGTargetAgentGroup
|
static CfgTargetType |
CfgTargetType.CFGTargetDestinationLabel
|
static CfgTargetType |
CfgTargetType.CFGTargetExtRoutingPoint
|
static CfgTargetType |
CfgTargetType.CFGTargetISCC
Inter-Server Communication Channel. |
static CfgTargetType |
CfgTargetType.CFGTargetPlace
|
static CfgTargetType |
CfgTargetType.CFGTargetPlaceGroup
|
static CfgTargetType |
CfgTargetType.CFGTargetRoutingPoint
|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgTargetType | |
---|---|
static CfgTargetType |
CfgTargetType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgTargetType |
CfgTargetType.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 CfgTargetType | |
---|---|
static java.util.Collection<CfgTargetType> |
CfgTargetType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |