Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.types
Class CfgDNGroupType

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.configuration.protocol.types.CfgDNGroupType

public class CfgDNGroupType
extends GEnum


Field Summary
static CfgDNGroupType CFGACDQueues
          Can only include DNs of CFGACDQueue, CFGVirtACDQueue, and CFGRoutingQueue type.
static CfgDNGroupType CFGMaxDNGroupType
          The maximum value of this enumeration type.
static CfgDNGroupType CFGNetworkPorts
          Can only include DNs of CFGDestinationLabel type.
static CfgDNGroupType CFGNoDNGroup
          The value of the corresponding parameter has not changed.
static CfgDNGroupType CFGRoutingPoints
          Can include DNs of the following types: CFGRoutingPoint, CFGExtRoutingPoint, CFGVirtRoutingPoint, and CFGRoutingQueue.
static CfgDNGroupType CFGServiceNumbers
          Can only include DNs of CFGServiceNumber type.
static CfgDNGroupType CFGSinglePorts
          Can include DNs of the following types: CFGExtension, CFGACDPosition, CFGEAPort, CFGVoiceMail, CFGCP, CFGMusic, CFGData, CFGFAX, CFGCommDN, CFGEmal, CFGVoIP, CFGVideo, CFGChat, CFGCoBrowse.
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgDNGroupType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgDNGroupType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgDNGroupType> values()
          Returns all values of the enumeration.
 
Methods inherited from class com.genesyslab.platform.commons.GEnum
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CFGNoDNGroup

public static final CfgDNGroupType CFGNoDNGroup
The value of the corresponding parameter has not changed.


CFGSinglePorts

public static final CfgDNGroupType CFGSinglePorts
Can include DNs of the following types: CFGExtension, CFGACDPosition, CFGEAPort, CFGVoiceMail, CFGCP, CFGMusic, CFGData, CFGFAX, CFGCommDN, CFGEmal, CFGVoIP, CFGVideo, CFGChat, CFGCoBrowse.


CFGACDQueues

public static final CfgDNGroupType CFGACDQueues
Can only include DNs of CFGACDQueue, CFGVirtACDQueue, and CFGRoutingQueue type.


CFGRoutingPoints

public static final CfgDNGroupType CFGRoutingPoints
Can include DNs of the following types: CFGRoutingPoint, CFGExtRoutingPoint, CFGVirtRoutingPoint, and CFGRoutingQueue.


CFGNetworkPorts

public static final CfgDNGroupType CFGNetworkPorts
Can only include DNs of CFGDestinationLabel type.


CFGServiceNumbers

public static final CfgDNGroupType CFGServiceNumbers
Can only include DNs of CFGServiceNumber type.


CFGMaxDNGroupType

public static final CfgDNGroupType CFGMaxDNGroupType
The maximum value of this enumeration type.

Method Detail

values

public static java.util.Collection<CfgDNGroupType> values()
Returns all values of the enumeration.

Returns:
all enumeration values

valueOf

public static CfgDNGroupType valueOf(int ordinal)
Returns enumeration value by given ordinal number.

Parameters:
ordinal - ordinal number of the enumeration value
Returns:
the enumeration value with given ordinal number or null

valueOf

public static CfgDNGroupType valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists.

Parameters:
name - name of value in the enumeration
Returns:
enumeration value with specified name or null

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.