Uses of Class
de.caluga.morphium.driver.wire.ConnectionType
-
Packages that use ConnectionType Package Description de.caluga.morphium.driver.wire -
-
Uses of ConnectionType in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire that return ConnectionType Modifier and Type Method Description ConnectionTypeSingleMongoConnectDriver. getConnectionType()static ConnectionTypeConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionType[]ConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium.driver.wire with parameters of type ConnectionType Modifier and Type Method Description SingleMongoConnectDriverSingleMongoConnectDriver. setConnectionType(ConnectionType connectionType)
-