Platform SDK Java 8.5 API Reference

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

Packages that use CfgOSType
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 CfgOSType in com.genesyslab.platform.applicationblocks.com.objects
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgOSType
 CfgOSType CfgOS.getOStype()
          Type of the operating system.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgOSType
 void CfgOS.setOStype(CfgOSType value)
          Type of the operating system.
 

Uses of CfgOSType in com.genesyslab.platform.applicationblocks.com.queries
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgOSType
 CfgOSType CfgHostQuery.getOsType()
          Type of the operating system (see CfgOSType ).
 

Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgOSType
 void CfgHostQuery.setOsType(CfgOSType value)
          Type of the operating system (see CfgOSType ).
 

Uses of CfgOSType in com.genesyslab.platform.configuration.protocol.types
 

Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgOSType
static CfgOSType CfgOSType.CFGAIX
           
static CfgOSType CfgOSType.CFGDigitalUNIX
           
static CfgOSType CfgOSType.CFGHPUX
           
static CfgOSType CfgOSType.CFGMacintosh
           
static CfgOSType CfgOSType.CFGMaxOSType
           
static CfgOSType CfgOSType.CFGNoOS
          The value of the corresponding parameter has not changed.
static CfgOSType CfgOSType.CFGOS2
           
static CfgOSType CfgOSType.CFGRedHatLinux
           
static CfgOSType CfgOSType.CFGSolaris
           
static CfgOSType CfgOSType.CFGSolarisX86
           
static CfgOSType CfgOSType.CFGSunOS
           
static CfgOSType CfgOSType.CFGTandemUNIX
           
static CfgOSType CfgOSType.CFGUnixWare
           
static CfgOSType CfgOSType.CFGWindows
           
static CfgOSType CfgOSType.CFGWindows2000
           
static CfgOSType CfgOSType.CFGWindowsServer2003
           
static CfgOSType CfgOSType.CFGWindowsServer2008
           
static CfgOSType CfgOSType.CFGWindowsServer2012
           
static CfgOSType CfgOSType.CFGWindowsVista
           
static CfgOSType CfgOSType.CFGWindowsXP
           
static CfgOSType CfgOSType.CFGWinNT
           
 

Methods in com.genesyslab.platform.configuration.protocol.types that return CfgOSType
static CfgOSType CfgOSType.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgOSType CfgOSType.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 CfgOSType
static java.util.Collection<CfgOSType> CfgOSType.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.