Platform SDK Java 8.5 API Reference

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

Packages that use CfgDNRegisterFlag
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.configuration.protocol.types This package contains classes based on the Genesys GEnum class. 
 

Uses of CfgDNRegisterFlag in com.genesyslab.platform.applicationblocks.com.objects
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgDNRegisterFlag
 CfgDNRegisterFlag CfgDeltaDN.getRegisterAll()
          An indicator of whether T-Server shall register this DN within the switch.
 CfgDNRegisterFlag CfgDN.getRegisterAll()
          An indicator of whether T-Server shall register this DN within the switch.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgDNRegisterFlag
 void CfgDN.setRegisterAll(CfgDNRegisterFlag value)
          An indicator of whether T-Server shall register this DN within the switch.
 

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

Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgDNRegisterFlag
static CfgDNRegisterFlag CfgDNRegisterFlag.CFGDRFalse
           
static CfgDNRegisterFlag CfgDNRegisterFlag.CFGDROnDemand
           
static CfgDNRegisterFlag CfgDNRegisterFlag.CFGDRTrue
           
static CfgDNRegisterFlag CfgDNRegisterFlag.CFGDRUnknown
           
static CfgDNRegisterFlag CfgDNRegisterFlag.CFGMaxDNRegisterFlag
           
 

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