|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgStatTableType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgStatTableType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgStatTableType | |
---|---|
CfgStatTableType |
CfgStatTable.getType()
Type of stat table. |
CfgStatTableType |
CfgDeltaStatTable.getType()
Type of stat table. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgStatTableType | |
---|---|
void |
CfgStatTable.setType(CfgStatTableType value)
Type of stat table. |
Uses of CfgStatTableType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgStatTableType | |
---|---|
static CfgStatTableType |
CfgStatTableType.CFGCapacityTable
|
static CfgStatTableType |
CfgStatTableType.CFGMaxStatTableType
|
static CfgStatTableType |
CfgStatTableType.CFGNoStatTable
The value of the corresponding parameter has not changed. |
static CfgStatTableType |
CfgStatTableType.CFGQuotaTable
|
static CfgStatTableType |
CfgStatTableType.CFGSpecialDayTable
|
static CfgStatTableType |
CfgStatTableType.CFGVariableRateContractTable
|
static CfgStatTableType |
CfgStatTableType.CFGVolumeContractTable
|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgStatTableType | |
---|---|
static CfgStatTableType |
CfgStatTableType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgStatTableType |
CfgStatTableType.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 CfgStatTableType | |
---|---|
static java.util.Collection<CfgStatTableType> |
CfgStatTableType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |