|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.configuration.protocol.types.CfgTableType
public class CfgTableType
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 |
---|
public static final CfgTableType CFGTTNoTableType
public static final CfgTableType CFGTTCallingList
public static final CfgTableType CFGTTLogTable
public static final CfgTableType CFGTTANI
public static final CfgTableType CFGTTLATA
public static final CfgTableType CFGTTNPA
public static final CfgTableType CFGTTNPA_NXX
public static final CfgTableType CFGTTStateCode
public static final CfgTableType CFGTTInfoDigits
public static final CfgTableType CFGTTCountryCode
public static final CfgTableType CFGTTCustomType
public static final CfgTableType CFGTTDoNotCallList
public static final CfgTableType CFGTTEmailContactLists
public static final CfgTableType CFGTTMaxTableType
Method Detail |
---|
public static java.util.Collection<CfgTableType> values()
public static CfgTableType valueOf(int ordinal)
ordinal
- ordinal number of the enumeration value
public static CfgTableType valueOf(java.lang.String name)
name
- name of value in the enumeration
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |