Platform SDK Java 8.5 API Reference

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

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.configuration.protocol.types.CfgTableType

public class CfgTableType
extends GEnum


Field Summary
static CfgTableType CFGTTANI
          ANI table
static CfgTableType CFGTTCallingList
          Calling list
static CfgTableType CFGTTCountryCode
          Country Code table
static CfgTableType CFGTTCustomType
          Customer defined table
static CfgTableType CFGTTDoNotCallList
          Do not call list table type to support nationwide Do Not Call regulation by OCS
static CfgTableType CFGTTEmailContactLists
          Email Contact Lists
static CfgTableType CFGTTInfoDigits
          Info Digits table
static CfgTableType CFGTTLATA
          LATA table
static CfgTableType CFGTTLogTable
          Log Table
static CfgTableType CFGTTMaxTableType
          A maximum value of this enumeration.
static CfgTableType CFGTTNoTableType
          The value of corresponding parameter has not changed
static CfgTableType CFGTTNPA
          NPA table
static CfgTableType CFGTTNPA_NXX
          NPA-NXX table
static CfgTableType CFGTTStateCode
          State Code table
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgTableType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgTableType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgTableType> 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

CFGTTNoTableType

public static final CfgTableType CFGTTNoTableType
The value of corresponding parameter has not changed


CFGTTCallingList

public static final CfgTableType CFGTTCallingList
Calling list


CFGTTLogTable

public static final CfgTableType CFGTTLogTable
Log Table


CFGTTANI

public static final CfgTableType CFGTTANI
ANI table


CFGTTLATA

public static final CfgTableType CFGTTLATA
LATA table


CFGTTNPA

public static final CfgTableType CFGTTNPA
NPA table


CFGTTNPA_NXX

public static final CfgTableType CFGTTNPA_NXX
NPA-NXX table


CFGTTStateCode

public static final CfgTableType CFGTTStateCode
State Code table


CFGTTInfoDigits

public static final CfgTableType CFGTTInfoDigits
Info Digits table


CFGTTCountryCode

public static final CfgTableType CFGTTCountryCode
Country Code table


CFGTTCustomType

public static final CfgTableType CFGTTCustomType
Customer defined table


CFGTTDoNotCallList

public static final CfgTableType CFGTTDoNotCallList
Do not call list table type to support nationwide Do Not Call regulation by OCS


CFGTTEmailContactLists

public static final CfgTableType CFGTTEmailContactLists
Email Contact Lists


CFGTTMaxTableType

public static final CfgTableType CFGTTMaxTableType
A maximum value of this enumeration.

Method Detail

values

public static java.util.Collection<CfgTableType> values()
Returns all values of the enumeration.

Returns:
all enumeration values

valueOf

public static CfgTableType 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 CfgTableType 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

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.