|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgStatDayType | |
---|---|
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 CfgStatDayType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgStatDayType | |
---|---|
CfgStatDayType |
CfgStatDay.getType()
Statistical Day type. |
CfgStatDayType |
CfgDeltaStatDay.getType()
Statistical Day type. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgStatDayType | |
---|---|
void |
CfgStatDay.setType(CfgStatDayType value)
Statistical Day type. |
Uses of CfgStatDayType in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgStatDayType | |
---|---|
CfgStatDayType |
CfgStatDayQuery.getStatdayType()
Type of a stat day (see
CfgStatDayTYpe
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgStatDayType | |
---|---|
void |
CfgStatDayQuery.setStatdayType(CfgStatDayType value)
Type of a stat day (see
CfgStatDayTYpe
). |
Uses of CfgStatDayType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgStatDayType | |
---|---|
static CfgStatDayType |
CfgStatDayType.CFGSDTDayContract
|
static CfgStatDayType |
CfgStatDayType.CFGSDTDefault
|
static CfgStatDayType |
CfgStatDayType.CFGSDTMaxType
|
static CfgStatDayType |
CfgStatDayType.CFGSDTNoType
|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgStatDayType | |
---|---|
static CfgStatDayType |
CfgStatDayType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgStatDayType |
CfgStatDayType.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 CfgStatDayType | |
---|---|
static java.util.Collection<CfgStatDayType> |
CfgStatDayType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |