Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.configuration.protocol.types.CfgTableType

Packages that use CfgTableType
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
com.genesyslab.platform.configuration.protocol.types This package contains classes based on the Genesys GEnum class. 
 

Uses of CfgTableType in com.genesyslab.platform.applicationblocks.com.objects
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgTableType
 CfgTableType CfgTableAccess.getType()
          A type of table.
 CfgTableType CfgDeltaTableAccess.getType()
          A type of table.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgTableType
 void CfgTableAccess.setType(CfgTableType value)
          A type of table.
 

Uses of CfgTableType in com.genesyslab.platform.applicationblocks.com.queries
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgTableType
 CfgTableType CfgTableAccessQuery.getType()
          A type of table (See CfgTableType ).
 

Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgTableType
 void CfgTableAccessQuery.setType(CfgTableType value)
          A type of table (See CfgTableType ).
 

Uses of CfgTableType in com.genesyslab.platform.configuration.protocol.types
 

Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgTableType
static CfgTableType CfgTableType.CFGTTANI
          ANI table
static CfgTableType CfgTableType.CFGTTCallingList
          Calling list
static CfgTableType CfgTableType.CFGTTCountryCode
          Country Code table
static CfgTableType CfgTableType.CFGTTCustomType
          Customer defined table
static CfgTableType CfgTableType.CFGTTDoNotCallList
          Do not call list table type to support nationwide Do Not Call regulation by OCS
static CfgTableType CfgTableType.CFGTTEmailContactLists
          Email Contact Lists
static CfgTableType CfgTableType.CFGTTInfoDigits
          Info Digits table
static CfgTableType CfgTableType.CFGTTLATA
          LATA table
static CfgTableType CfgTableType.CFGTTLogTable
          Log Table
static CfgTableType CfgTableType.CFGTTMaxTableType
          A maximum value of this enumeration.
static CfgTableType CfgTableType.CFGTTNoTableType
          The value of corresponding parameter has not changed
static CfgTableType CfgTableType.CFGTTNPA
          NPA table
static CfgTableType CfgTableType.CFGTTNPA_NXX
          NPA-NXX table
static CfgTableType CfgTableType.CFGTTStateCode
          State Code table
 

Methods in com.genesyslab.platform.configuration.protocol.types that return CfgTableType
static CfgTableType CfgTableType.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgTableType CfgTableType.valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
 

Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgTableType
static java.util.Collection<CfgTableType> CfgTableType.values()
          Returns all values of the enumeration.
 


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.