|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgDNGroupType | |
---|---|
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 CfgDNGroupType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgDNGroupType | |
---|---|
CfgDNGroupType |
CfgDNGroup.getType()
Type of this DN group. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgDNGroupType | |
---|---|
void |
CfgDNGroup.setType(CfgDNGroupType value)
Type of this DN group. |
Uses of CfgDNGroupType in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgDNGroupType | |
---|---|
CfgDNGroupType |
CfgDNGroupQuery.getDnGroupType()
Type of a DN group (see
CfgDNGroupType
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgDNGroupType | |
---|---|
void |
CfgDNGroupQuery.setDnGroupType(CfgDNGroupType value)
Type of a DN group (see
CfgDNGroupType
). |
Uses of CfgDNGroupType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgDNGroupType | |
---|---|
static CfgDNGroupType |
CfgDNGroupType.CFGACDQueues
Can only include DNs of CFGACDQueue, CFGVirtACDQueue, and CFGRoutingQueue type. |
static CfgDNGroupType |
CfgDNGroupType.CFGMaxDNGroupType
The maximum value of this enumeration type. |
static CfgDNGroupType |
CfgDNGroupType.CFGNetworkPorts
Can only include DNs of CFGDestinationLabel type. |
static CfgDNGroupType |
CfgDNGroupType.CFGNoDNGroup
The value of the corresponding parameter has not changed. |
static CfgDNGroupType |
CfgDNGroupType.CFGRoutingPoints
Can include DNs of the following types: CFGRoutingPoint, CFGExtRoutingPoint, CFGVirtRoutingPoint, and CFGRoutingQueue. |
static CfgDNGroupType |
CfgDNGroupType.CFGServiceNumbers
Can only include DNs of CFGServiceNumber type. |
static CfgDNGroupType |
CfgDNGroupType.CFGSinglePorts
Can include DNs of the following types: CFGExtension, CFGACDPosition, CFGEAPort, CFGVoiceMail, CFGCP, CFGMusic, CFGData, CFGFAX, CFGCommDN, CFGEmal, CFGVoIP, CFGVideo, CFGChat, CFGCoBrowse. |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgDNGroupType | |
---|---|
static CfgDNGroupType |
CfgDNGroupType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgDNGroupType |
CfgDNGroupType.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 CfgDNGroupType | |
---|---|
static java.util.Collection<CfgDNGroupType> |
CfgDNGroupType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |