Platform SDK Java 8.5 API Reference

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

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

public class CfgDNType
extends GEnum


Field Summary
static CfgDNType CFGAccessResource
          A Switch Access Resource to be used in multi-switch environment (ext routing)
static CfgDNType CFGACDPosition
          An extension line designated for customer-agent calls only.
static CfgDNType CFGACDQueue
          An ACD queue.
static CfgDNType CFGCellular
          A mobile station.
static CfgDNType CFGChat
          A Chat address
static CfgDNType CFGCoBrowse
          A CoBrowse address
static CfgDNType CFGCommDN
          A telephony object that NetVector components use to communicate with a switch.
static CfgDNType CFGCP
          An extension connected to a call-processing equipment port.
static CfgDNType CFGData
          An extension connected to a data communication equipment.
static CfgDNType CFGDestinationLabel
          A destination label used as a destination number in network routing.
static CfgDNType CFGEAPort
          An extension connected to a electronic audio/voice treatment port (e.g., IVR).
static CfgDNType CFGEmail
          An e-mail address.
static CfgDNType CFGExtension
          A regular extension line.
static CfgDNType CFGExtRoutingPoint
          A routing point that is dedicated to support external routing functions.
static CfgDNType CFGFAX
          An extension connected to a fax machine.
static CfgDNType CFGGVPDID
           
static CfgDNType CFGMaxDNType
          A maximum value of this enumeration type.
static CfgDNType CFGMixed
          An extension line that can be used as CFGACDPosition as well as CFGExtension.
static CfgDNType CFGMusic
          A music source.
static CfgDNType CFGNoDN
          The value of the corresponding parameter has not changed.
static CfgDNType CFGRoutingPoint
          A routing point (a telephony object within the switch at which calls reside while routing decisions are being made).
static CfgDNType CFGRoutingQueue
          A telephony object that has properties of both CFGRoutingPoint and CFGACDQueue.
static CfgDNType CFGServiceNumber
          A service number used as a routing point in network routing.
static CfgDNType CFGTieLine
          A tie line.
static CfgDNType CFGTieLineGroup
          A group of tie lines forming one route.
static CfgDNType CFGTrunk
          A trunk.
static CfgDNType CFGTrunkGroup
          A group of trunks forming one route.
static CfgDNType CFGVideo
          A Video channel.
static CfgDNType CFGVirtACDQueue
          A virtual ACD queue.
static CfgDNType CFGVirtRoutingPoint
          A virtual routing point.
static CfgDNType CFGVoiceMail
          A voice mail channel.
static CfgDNType CFGVoIP
          A Voice over IP.
static CfgDNType CFGVoIPService
          A Voice over IP Service
static CfgDNType CFGWorkflow
          A Workflow DN
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgDNType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgDNType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgDNType> 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

CFGNoDN

public static final CfgDNType CFGNoDN
The value of the corresponding parameter has not changed.


CFGExtension

public static final CfgDNType CFGExtension
A regular extension line.


CFGACDPosition

public static final CfgDNType CFGACDPosition
An extension line designated for customer-agent calls only.


CFGACDQueue

public static final CfgDNType CFGACDQueue
An ACD queue.


CFGRoutingPoint

public static final CfgDNType CFGRoutingPoint
A routing point (a telephony object within the switch at which calls reside while routing decisions are being made).


CFGVirtACDQueue

public static final CfgDNType CFGVirtACDQueue
A virtual ACD queue. A virtual telephony object handled and reported exclusively by CTI applications and whose event model corresponds to the event model of a regular ACD queue.


CFGVirtRoutingPoint

public static final CfgDNType CFGVirtRoutingPoint
A virtual routing point. A virtual telephony object handled and reported exclusively by CTI applications and whose event model corresponds to the event model of a regular routing point.


CFGEAPort

public static final CfgDNType CFGEAPort
An extension connected to a electronic audio/voice treatment port (e.g., IVR).


CFGVoiceMail

public static final CfgDNType CFGVoiceMail
A voice mail channel.


CFGCellular

public static final CfgDNType CFGCellular
A mobile station.


CFGCP

public static final CfgDNType CFGCP
An extension connected to a call-processing equipment port.


CFGFAX

public static final CfgDNType CFGFAX
An extension connected to a fax machine.


CFGData

public static final CfgDNType CFGData
An extension connected to a data communication equipment.


CFGMusic

public static final CfgDNType CFGMusic
A music source.


CFGTrunk

public static final CfgDNType CFGTrunk
A trunk.


CFGTrunkGroup

public static final CfgDNType CFGTrunkGroup
A group of trunks forming one route.


CFGTieLine

public static final CfgDNType CFGTieLine
A tie line.


CFGTieLineGroup

public static final CfgDNType CFGTieLineGroup
A group of tie lines forming one route.


CFGMixed

public static final CfgDNType CFGMixed
An extension line that can be used as CFGACDPosition as well as CFGExtension.


CFGExtRoutingPoint

public static final CfgDNType CFGExtRoutingPoint
A routing point that is dedicated to support external routing functions.


CFGDestinationLabel

public static final CfgDNType CFGDestinationLabel
A destination label used as a destination number in network routing.


CFGServiceNumber

public static final CfgDNType CFGServiceNumber
A service number used as a routing point in network routing.


CFGRoutingQueue

public static final CfgDNType CFGRoutingQueue
A telephony object that has properties of both CFGRoutingPoint and CFGACDQueue.


CFGCommDN

public static final CfgDNType CFGCommDN
A telephony object that NetVector components use to communicate with a switch.


CFGEmail

public static final CfgDNType CFGEmail
An e-mail address.


CFGVoIP

public static final CfgDNType CFGVoIP
A Voice over IP.


CFGVideo

public static final CfgDNType CFGVideo
A Video channel.


CFGChat

public static final CfgDNType CFGChat
A Chat address


CFGCoBrowse

public static final CfgDNType CFGCoBrowse
A CoBrowse address


CFGVoIPService

public static final CfgDNType CFGVoIPService
A Voice over IP Service


CFGWorkflow

public static final CfgDNType CFGWorkflow
A Workflow DN


CFGAccessResource

public static final CfgDNType CFGAccessResource
A Switch Access Resource to be used in multi-switch environment (ext routing)


CFGGVPDID

public static final CfgDNType CFGGVPDID

CFGMaxDNType

public static final CfgDNType CFGMaxDNType
A maximum value of this enumeration type.

Method Detail

values

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

Returns:
all enumeration values

valueOf

public static CfgDNType 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 CfgDNType 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.