|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.configuration.protocol.types.CfgSolutionType
public class CfgSolutionType
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 |
---|
public static final CfgSolutionType CFGSTNoSolutionType
public static final CfgSolutionType CFGSTDefaultSolutionType
public static final CfgSolutionType CFGSTIntegratedScreenPop
public static final CfgSolutionType CFGSTEnterpriseRouting
public static final CfgSolutionType CFGSTNetworkRouting
public static final CfgSolutionType CFGSTOutboundDialing
public static final CfgSolutionType CFGSTWorkforceManagement
public static final CfgSolutionType CFGSTVoiceSelfService
public static final CfgSolutionType CFGSTInternetContactCenter
public static final CfgSolutionType CFGSTWorkflowRouting
public static final CfgSolutionType CFGSTInformationAnalysis
public static final CfgSolutionType CFGSTKnowledgeWorker
public static final CfgSolutionType CFGSTBranchOffice
public static final CfgSolutionType CFGSTFramework
public static final CfgSolutionType CFGSTExpressEdition
public static final CfgSolutionType CFGSTMultiChannelRouting
public static final CfgSolutionType CFGSTDesktopNETServerSolution
public static final CfgSolutionType CFGSTMaxSolutionType
Method Detail |
---|
public static java.util.Collection<CfgSolutionType> values()
public static CfgSolutionType valueOf(int ordinal)
ordinal
- ordinal number of the enumeration value
public static CfgSolutionType valueOf(java.lang.String name)
name
- name of value in the enumeration
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |