Platform SDK Java 8.5 API Reference

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

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.configuration.protocol.types.CfgOSType

public class CfgOSType
extends GEnum


Field Summary
static CfgOSType CFGAIX
           
static CfgOSType CFGDigitalUNIX
           
static CfgOSType CFGHPUX
           
static CfgOSType CFGMacintosh
           
static CfgOSType CFGMaxOSType
           
static CfgOSType CFGNoOS
          The value of the corresponding parameter has not changed.
static CfgOSType CFGOS2
           
static CfgOSType CFGRedHatLinux
           
static CfgOSType CFGSolaris
           
static CfgOSType CFGSolarisX86
           
static CfgOSType CFGSunOS
           
static CfgOSType CFGTandemUNIX
           
static CfgOSType CFGUnixWare
           
static CfgOSType CFGWindows
           
static CfgOSType CFGWindows2000
           
static CfgOSType CFGWindowsServer2003
           
static CfgOSType CFGWindowsServer2008
           
static CfgOSType CFGWindowsServer2012
           
static CfgOSType CFGWindowsVista
           
static CfgOSType CFGWindowsXP
           
static CfgOSType CFGWinNT
           
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgOSType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgOSType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgOSType> 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

CFGNoOS

public static final CfgOSType CFGNoOS
The value of the corresponding parameter has not changed.


CFGSolaris

public static final CfgOSType CFGSolaris

CFGSolarisX86

public static final CfgOSType CFGSolarisX86

CFGDigitalUNIX

public static final CfgOSType CFGDigitalUNIX

CFGHPUX

public static final CfgOSType CFGHPUX

CFGAIX

public static final CfgOSType CFGAIX

CFGSunOS

public static final CfgOSType CFGSunOS

CFGWinNT

public static final CfgOSType CFGWinNT

CFGWindows

public static final CfgOSType CFGWindows

CFGOS2

public static final CfgOSType CFGOS2

CFGMacintosh

public static final CfgOSType CFGMacintosh

CFGTandemUNIX

public static final CfgOSType CFGTandemUNIX

CFGUnixWare

public static final CfgOSType CFGUnixWare

CFGWindows2000

public static final CfgOSType CFGWindows2000

CFGWindowsXP

public static final CfgOSType CFGWindowsXP

CFGWindowsServer2003

public static final CfgOSType CFGWindowsServer2003

CFGRedHatLinux

public static final CfgOSType CFGRedHatLinux

CFGWindowsServer2008

public static final CfgOSType CFGWindowsServer2008

CFGWindowsVista

public static final CfgOSType CFGWindowsVista

CFGWindowsServer2012

public static final CfgOSType CFGWindowsServer2012

CFGMaxOSType

public static final CfgOSType CFGMaxOSType
Method Detail

values

public static java.util.Collection<CfgOSType> values()
Returns all values of the enumeration.

Returns:
all enumeration values

valueOf

public static CfgOSType valueOf(int ordinal)
Returns enumeration value by given ordinal number.

Parameters:
ordinal - ordinal number of the enumeration value
Returns:
the enumeration value with given ordinal number or null

valueOf

public static CfgOSType valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists.

Parameters:
name - name of value in the enumeration
Returns:
enumeration value with specified name or null

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.