com.genesyslab.platform.configuration.protocol.types
Class CfgEnumType
java.lang.Object
com.genesyslab.platform.commons.GEnum
com.genesyslab.platform.configuration.protocol.types.CfgEnumType
public class CfgEnumType
- extends GEnum
Method Summary |
static CfgEnumType |
valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgEnumType |
valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
static java.util.Collection<CfgEnumType> |
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 |
CfgObjectState
public static final CfgEnumType CfgObjectState
CfgSwitchType
public static final CfgEnumType CfgSwitchType
CfgLinkType
public static final CfgEnumType CfgLinkType
CfgTargetType
public static final CfgEnumType CfgTargetType
CfgRouteType
public static final CfgEnumType CfgRouteType
CfgDNType
public static final CfgEnumType CfgDNType
CfgAppType
public static final CfgEnumType CfgAppType
CfgRank
public static final CfgEnumType CfgRank
CfgDNGroupType
public static final CfgEnumType CfgDNGroupType
CfgFlag
public static final CfgEnumType CfgFlag
CfgChargeType
public static final CfgEnumType CfgChargeType
CfgOSType
public static final CfgEnumType CfgOSType
CfgHostType
public static final CfgEnumType CfgHostType
CfgScriptType
public static final CfgEnumType CfgScriptType
CfgActionCodeType
public static final CfgEnumType CfgActionCodeType
CfgTableType
public static final CfgEnumType CfgTableType
CfgDataType
public static final CfgEnumType CfgDataType
CfgFieldType
public static final CfgEnumType CfgFieldType
GctiCallState
public static final CfgEnumType GctiCallState
CfgRecActionCode
public static final CfgEnumType CfgRecActionCode
CfgCallActionCode
public static final CfgEnumType CfgCallActionCode
CfgDialMode
public static final CfgEnumType CfgDialMode
CfgOperationMode
public static final CfgEnumType CfgOperationMode
CfgOptimizationMethod
public static final CfgEnumType CfgOptimizationMethod
CfgIVRType
public static final CfgEnumType CfgIVRType
CfgTransactionType
public static final CfgEnumType CfgTransactionType
CfgSolutionType
public static final CfgEnumType CfgSolutionType
CfgAlarmCategory
public static final CfgEnumType CfgAlarmCategory
CfgObjectType
public static final CfgEnumType CfgObjectType
CfgHAType
public static final CfgEnumType CfgHAType
CfgTraceMode
public static final CfgEnumType CfgTraceMode
CfgSelectionMode
public static final CfgEnumType CfgSelectionMode
CfgStartupType
public static final CfgEnumType CfgStartupType
CfgStatTableType
public static final CfgEnumType CfgStatTableType
CfgErrorType
public static final CfgEnumType CfgErrorType
CfgObjectProperty
public static final CfgEnumType CfgObjectProperty
CfgCallMode
public static final CfgEnumType CfgCallMode
CfgOperationalMode
public static final CfgEnumType CfgOperationalMode
CfgGroupType
public static final CfgEnumType CfgGroupType
CfgPackCodeType
public static final CfgEnumType CfgPackCodeType
CfgPersonType
public static final CfgEnumType CfgPersonType
GctiRecordType
public static final CfgEnumType GctiRecordType
GctiRecordStatus
public static final CfgEnumType GctiRecordStatus
GctiContactType
public static final CfgEnumType GctiContactType
CfgLanguage
public static final CfgEnumType CfgLanguage
CfgAccessGroupType
public static final CfgEnumType CfgAccessGroupType
CfgEnumeratorObjectType
public static final CfgEnumType CfgEnumeratorObjectType
CfgMediaType
public static final CfgEnumType CfgMediaType
CfgDNRegisterFlag
public static final CfgEnumType CfgDNRegisterFlag
CfgEnumeratorType
public static final CfgEnumType CfgEnumeratorType
CfgUpdatePackageStatus
public static final CfgEnumType CfgUpdatePackageStatus
CfgResourceType
public static final CfgEnumType CfgResourceType
CfgFolderClass
public static final CfgEnumType CfgFolderClass
CfgStatDayType
public static final CfgEnumType CfgStatDayType
CfgIVRProfileType
public static final CfgEnumType CfgIVRProfileType
CfgTaskType
public static final CfgEnumType CfgTaskType
CfgObjectiveTableType
public static final CfgEnumType CfgObjectiveTableType
CfgDIDGroupType
public static final CfgEnumType CfgDIDGroupType
CfgAppComponentType
public static final CfgEnumType CfgAppComponentType
CfgCTILinkType
public static final CfgEnumType CfgCTILinkType
CfgStructureType
public static final CfgEnumType CfgStructureType
CfgLocaleNameType
public static final CfgEnumType CfgLocaleNameType
CfgLocaleDescType
public static final CfgEnumType CfgLocaleDescType
CfgLocaleDispType
public static final CfgEnumType CfgLocaleDispType
CfgLocaleExtType
public static final CfgEnumType CfgLocaleExtType
CfgLocaleOptType
public static final CfgEnumType CfgLocaleOptType
CfgLanguageLCID
public static final CfgEnumType CfgLanguageLCID
CfgBorErrorType
public static final CfgEnumType CfgBorErrorType
CfgMaxEnumType
public static final CfgEnumType CfgMaxEnumType
CfgPermissions
public static final CfgEnumType CfgPermissions
values
public static java.util.Collection<CfgEnumType> values()
- Returns all values of the enumeration.
- Returns:
- all enumeration values
valueOf
public static CfgEnumType 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 CfgEnumType 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
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.