Uses of Class
de.tub.citydb.api.io.ProxyType

Packages that use ProxyType
de.tub.citydb.api.controller   
de.tub.citydb.api.io   
 

Uses of ProxyType in de.tub.citydb.api.controller
 

Methods in de.tub.citydb.api.controller with parameters of type ProxyType
 ProxyConfig IOController.getProxy(ProxyType type)
           
 

Uses of ProxyType in de.tub.citydb.api.io
 

Methods in de.tub.citydb.api.io that return ProxyType
static ProxyType ProxyType.fromProtocol(java.lang.String protocol)
           
 ProxyType ProxyConfig.getType()
           
static ProxyType ProxyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProxyType[] ProxyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.