Uses of Class
com.sun.gjc.spi.base.ConnectionHolder.ConnectionType
-
Packages that use ConnectionHolder.ConnectionType Package Description com.sun.gjc.spi.base -
-
Uses of ConnectionHolder.ConnectionType in com.sun.gjc.spi.base
Methods in com.sun.gjc.spi.base that return ConnectionHolder.ConnectionType Modifier and Type Method Description ConnectionHolder.ConnectionTypeConnectionHolder. getConnectionType()static ConnectionHolder.ConnectionTypeConnectionHolder.ConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionHolder.ConnectionType[]ConnectionHolder.ConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.gjc.spi.base with parameters of type ConnectionHolder.ConnectionType Modifier and Type Method Description voidConnectionHolder. setConnectionType(ConnectionHolder.ConnectionType type)
-