Uses of Class
base.jdbs.NetworkConnectionType

Packages that use NetworkConnectionType
base.jdbs   
 

Uses of NetworkConnectionType in base.jdbs
 

Methods in base.jdbs that return NetworkConnectionType
static NetworkConnectionType NetworkConnectionType.fromStringToConnectionType(java.lang.String value)
           
 NetworkConnectionType ConfigurationManager.getNetworkConnectionType()
           
static NetworkConnectionType NetworkConnectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetworkConnectionType[] NetworkConnectionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in base.jdbs with parameters of type NetworkConnectionType
static java.lang.String NetworkConnectionType.fromConnectionTypeToString(NetworkConnectionType value)
           
 void ConfigurationManager.setNetworkConnectionType(NetworkConnectionType networkConnectionType)
           
 



Copyright © 2006 SF.net. All Rights Reserved.