Platform SDK Java 8.5 API Reference

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

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

public class CfgIVRType
extends GEnum


Field Summary
static CfgIVRType CFGIVRTAgility
           
static CfgIVRType CFGIVRTAmerex
           
static CfgIVRType CFGIVRTAspectCSS
           
static CfgIVRType CFGIVRTBrite
           
static CfgIVRType CFGIVRTConversant
           
static CfgIVRType CFGIVRTDirectTalk6000
           
static CfgIVRType CFGIVRTDirectTalkNT
           
static CfgIVRType CFGIVRTEdify
           
static CfgIVRType CFGIVRTeleraGVP
           
static CfgIVRType CFGIVRTEnvox
           
static CfgIVRType CFGIVRTGenesysVoicePlatform
           
static CfgIVRType CFGIVRTIntervoice
           
static CfgIVRType CFGIVRTIntervoiceBrite
           
static CfgIVRType CFGIVRTMaxIVRType
          A maximum value of this enumeration.
static CfgIVRType CFGIVRTMeridianIntegrated
           
static CfgIVRType CFGIVRTMPS
           
static CfgIVRType CFGIVRTMSSpeechServer
           
static CfgIVRType CFGIVRTNoIVRType
          The value of corresponding parameter has not changed
static CfgIVRType CFGIVRTOtherIVRType
           
static CfgIVRType CFGIVRTPeriphonics
           
static CfgIVRType CFGIVRTShowNTel
           
static CfgIVRType CFGIVRTSymposiumOpen
           
static CfgIVRType CFGIVRTSyntellectPremier
           
static CfgIVRType CFGIVRTSyntellectVista
           
static CfgIVRType CFGIVRTSyntellectVocalPoint
           
static CfgIVRType CFGIVRTVoiceTek
           
static CfgIVRType CFGIVRTWVRForAIX
           
static CfgIVRType CFGIVRTWVRForWindows
           
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgIVRType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgIVRType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgIVRType> 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

CFGIVRTNoIVRType

public static final CfgIVRType CFGIVRTNoIVRType
The value of corresponding parameter has not changed


CFGIVRTConversant

public static final CfgIVRType CFGIVRTConversant

CFGIVRTWVRForAIX

public static final CfgIVRType CFGIVRTWVRForAIX

CFGIVRTDirectTalk6000

public static final CfgIVRType CFGIVRTDirectTalk6000

CFGIVRTSyntellectVocalPoint

public static final CfgIVRType CFGIVRTSyntellectVocalPoint

CFGIVRTSyntellectPremier

public static final CfgIVRType CFGIVRTSyntellectPremier

CFGIVRTSyntellectVista

public static final CfgIVRType CFGIVRTSyntellectVista

CFGIVRTVoiceTek

public static final CfgIVRType CFGIVRTVoiceTek

CFGIVRTAgility

public static final CfgIVRType CFGIVRTAgility

CFGIVRTMeridianIntegrated

public static final CfgIVRType CFGIVRTMeridianIntegrated

CFGIVRTSymposiumOpen

public static final CfgIVRType CFGIVRTSymposiumOpen

CFGIVRTEdify

public static final CfgIVRType CFGIVRTEdify

CFGIVRTBrite

public static final CfgIVRType CFGIVRTBrite

CFGIVRTShowNTel

public static final CfgIVRType CFGIVRTShowNTel

CFGIVRTIntervoiceBrite

public static final CfgIVRType CFGIVRTIntervoiceBrite

CFGIVRTIntervoice

public static final CfgIVRType CFGIVRTIntervoice

CFGIVRTPeriphonics

public static final CfgIVRType CFGIVRTPeriphonics

CFGIVRTAmerex

public static final CfgIVRType CFGIVRTAmerex

CFGIVRTWVRForWindows

public static final CfgIVRType CFGIVRTWVRForWindows

CFGIVRTDirectTalkNT

public static final CfgIVRType CFGIVRTDirectTalkNT

CFGIVRTGenesysVoicePlatform

public static final CfgIVRType CFGIVRTGenesysVoicePlatform

CFGIVRTeleraGVP

public static final CfgIVRType CFGIVRTeleraGVP

CFGIVRTMPS

public static final CfgIVRType CFGIVRTMPS

CFGIVRTAspectCSS

public static final CfgIVRType CFGIVRTAspectCSS

CFGIVRTMSSpeechServer

public static final CfgIVRType CFGIVRTMSSpeechServer

CFGIVRTOtherIVRType

public static final CfgIVRType CFGIVRTOtherIVRType

CFGIVRTEnvox

public static final CfgIVRType CFGIVRTEnvox

CFGIVRTMaxIVRType

public static final CfgIVRType CFGIVRTMaxIVRType
A maximum value of this enumeration.

Method Detail

values

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

Returns:
all enumeration values

valueOf

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