|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
GEnum
class.
See:
Description
Class Summary | |
ConfServerAccessGroupType | Deprecated. The enum has been deprecated. |
ConfServerActionCodeType | Deprecated. The enum has been deprecated. |
ConfServerAlarmCategory | Deprecated. The enum has been deprecated. |
ConfServerAppComponentType | Deprecated. The enum has been deprecated. |
ConfServerCallActionCode | Deprecated. The enum has been deprecated. |
ConfServerCallMode | Deprecated. The enum has been deprecated. |
ConfServerCallState | Deprecated. The enum has been deprecated. |
ConfServerChargeType | Deprecated. The enum has been deprecated. |
ConfServerClientType | Deprecated. The enum has been deprecated. |
ConfServerContactType | Deprecated. The enum has been deprecated. |
ConfServerDataType | Deprecated. The enum has been deprecated. |
ConfServerDialMode | Deprecated. The enum has been deprecated. |
ConfServerDIDGroupType | Deprecated. The enum has been deprecated. |
ConfServerDNGroupType | Deprecated. The enum has been deprecated. |
ConfServerDNRegisterFlag | Deprecated. The enum has been deprecated. |
ConfServerDNType | Deprecated. The enum has been deprecated. |
ConfServerEnumeratorObjectType | Deprecated. The enum has been deprecated. |
ConfServerEnumeratorType | Deprecated. The enum has been deprecated. |
ConfServerEnumType | Deprecated. The enum has been deprecated. |
ConfServerErrorType | Deprecated. The enum has been deprecated. |
ConfServerFieldType | Deprecated. The enum has been deprecated. |
ConfServerFlag | Deprecated. The enum has been deprecated. |
ConfServerFolderClass | Deprecated. The enum has been deprecated. |
ConfServerGroupType | Deprecated. The enum has been deprecated. |
ConfServerHAType | Deprecated. The enum has been deprecated. |
ConfServerHostType | Deprecated. The enum has been deprecated. |
ConfServerIVRProfileType | Deprecated. The enum has been deprecated. |
ConfServerIVRType | Deprecated. The enum has been deprecated. |
ConfServerLanguage | Deprecated. The enum has been deprecated. |
ConfServerLinkType | Deprecated. The enum has been deprecated. |
ConfServerMediaType | Deprecated. The enum has been deprecated. |
ConfServerObjectiveTableType | Deprecated. The enum has been deprecated. |
ConfServerObjectProperty | Deprecated. The enum has been deprecated. |
ConfServerObjectState | Deprecated. The enum has been deprecated. |
ConfServerObjectType | Deprecated. The enum has been deprecated. |
ConfServerOperationalMode | Deprecated. The enum has been deprecated. |
ConfServerOperationMode | Deprecated. The enum has been deprecated. |
ConfServerOptimizationMethod | Deprecated. The enum has been deprecated. |
ConfServerOSType | Deprecated. The enum has been deprecated. |
ConfServerPackCodeType | Deprecated. The enum has been deprecated. |
ConfServerPermissions | Deprecated. The enum has been deprecated. |
ConfServerPersonType | Deprecated. The enum has been deprecated. |
ConfServerRank | Deprecated. The enum has been deprecated. |
ConfServerRecActionCode | Deprecated. The enum has been deprecated. |
ConfServerRecordStatus | Deprecated. The enum has been deprecated. |
ConfServerRecordType | Deprecated. The enum has been deprecated. |
ConfServerResourceType | Deprecated. The enum has been deprecated. |
ConfServerRouteType | Deprecated. The enum has been deprecated. |
ConfServerScriptType | Deprecated. The enum has been deprecated. |
ConfServerSelectionMode | Deprecated. The enum has been deprecated. |
ConfServerSolutionType | Deprecated. The enum has been deprecated. |
ConfServerStartupType | Deprecated. The enum has been deprecated. |
ConfServerStatDayType | Deprecated. The enum has been deprecated. |
ConfServerStatTableType | Deprecated. The enum has been deprecated. |
ConfServerStructureType | Deprecated. The enum has been deprecated. |
ConfServerSwitchType | Deprecated. The enum has been deprecated. |
ConfServerTableType | Deprecated. The enum has been deprecated. |
ConfServerTargetType | Deprecated. The enum has been deprecated. |
ConfServerTaskType | Deprecated. The enum has been deprecated. |
ConfServerTraceMode | Deprecated. The enum has been deprecated. |
ConfServerTransactionType | Deprecated. The enum has been deprecated. |
ConfServerUpdatePackageStatus | Deprecated. The enum has been deprecated. |
This package contains classes based on the Genesys GEnum
class.
Your applications can use them to communicate intelligibly with Configuration
Server.
For example, if you are trying to determine the type of an object, you can use the
getValue
method on the integer returned by Configuration Server,
like this:
ConfServerObjectType objectType =
(ConfServerObjectType) GEnum.getValue(ConfServerObjectType.class, 3);
ConfServerObjectType
enum to determine the object type.Person
,
you could do the following:
ConfServerObjectType objectType = ConfServerObjectType.Person;
int intObjectType = objectType.asInteger();
ConfServerObjectType
enum, go to the
entry for CfgObjectType
in the Configuration Enumerations folder.
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |