GEnum
class.
Your applications can use them to communicate intelligibly with Configuration
Server.getValue
method on the integer returned by Configuration Server,
like this:
CfgObjectType objectType =
(CfgObjectType) GEnum.getValue(CfgObjectType.class, 3);
CfgObjectType
enum to determine the object type.Person
,
you could do the following:
CfgObjectType objectType = CfgObjectType.CFGPerson;
int intObjectType = objectType.asInteger();
For more information on these enumerations, look at the folder of Configuration Enumerations accessible from the Platform SDK Developer's Guide.
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.