Platform SDK Java 8.5 API Reference

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

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

public class CfgSolutionType
extends GEnum


Field Summary
static CfgSolutionType CFGSTBranchOffice
           
static CfgSolutionType CFGSTDefaultSolutionType
          The value is used during migration from 5.1.xxx to 5.9 releases.
static CfgSolutionType CFGSTDesktopNETServerSolution
           
static CfgSolutionType CFGSTEnterpriseRouting
           
static CfgSolutionType CFGSTExpressEdition
           
static CfgSolutionType CFGSTFramework
           
static CfgSolutionType CFGSTInformationAnalysis
           
static CfgSolutionType CFGSTIntegratedScreenPop
           
static CfgSolutionType CFGSTInternetContactCenter
           
static CfgSolutionType CFGSTKnowledgeWorker
           
static CfgSolutionType CFGSTMaxSolutionType
           
static CfgSolutionType CFGSTMultiChannelRouting
           
static CfgSolutionType CFGSTNetworkRouting
           
static CfgSolutionType CFGSTNoSolutionType
          The value of the corresponding parameter has not changed
static CfgSolutionType CFGSTOutboundDialing
           
static CfgSolutionType CFGSTVoiceSelfService
           
static CfgSolutionType CFGSTWorkflowRouting
           
static CfgSolutionType CFGSTWorkforceManagement
           
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgSolutionType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgSolutionType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgSolutionType> 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

CFGSTNoSolutionType

public static final CfgSolutionType CFGSTNoSolutionType
The value of the corresponding parameter has not changed


CFGSTDefaultSolutionType

public static final CfgSolutionType CFGSTDefaultSolutionType
The value is used during migration from 5.1.xxx to 5.9 releases. Value is assigned as default for objects of CfgService type that exist in 5.1xx configuration. The value cannot be assigned for new objects of CfgService and CfgSolutionTemplate type. See also description of CfgService and CfgSolutionTemplate.


CFGSTIntegratedScreenPop

public static final CfgSolutionType CFGSTIntegratedScreenPop

CFGSTEnterpriseRouting

public static final CfgSolutionType CFGSTEnterpriseRouting

CFGSTNetworkRouting

public static final CfgSolutionType CFGSTNetworkRouting

CFGSTOutboundDialing

public static final CfgSolutionType CFGSTOutboundDialing

CFGSTWorkforceManagement

public static final CfgSolutionType CFGSTWorkforceManagement

CFGSTVoiceSelfService

public static final CfgSolutionType CFGSTVoiceSelfService

CFGSTInternetContactCenter

public static final CfgSolutionType CFGSTInternetContactCenter

CFGSTWorkflowRouting

public static final CfgSolutionType CFGSTWorkflowRouting

CFGSTInformationAnalysis

public static final CfgSolutionType CFGSTInformationAnalysis

CFGSTKnowledgeWorker

public static final CfgSolutionType CFGSTKnowledgeWorker

CFGSTBranchOffice

public static final CfgSolutionType CFGSTBranchOffice

CFGSTFramework

public static final CfgSolutionType CFGSTFramework

CFGSTExpressEdition

public static final CfgSolutionType CFGSTExpressEdition

CFGSTMultiChannelRouting

public static final CfgSolutionType CFGSTMultiChannelRouting

CFGSTDesktopNETServerSolution

public static final CfgSolutionType CFGSTDesktopNETServerSolution

CFGSTMaxSolutionType

public static final CfgSolutionType CFGSTMaxSolutionType
Method Detail

values

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

Returns:
all enumeration values

valueOf

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