Platform SDK Java 8.5 API Reference

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

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

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.