Uses of Class
de.caluga.morphium.driver.ReadPreferenceType
-
Packages that use ReadPreferenceType Package Description de.caluga.morphium.driver -
-
Uses of ReadPreferenceType in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return ReadPreferenceType Modifier and Type Method Description ReadPreferenceTypeReadPreference. getType()static ReadPreferenceTypeReadPreferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadPreferenceType[]ReadPreferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium.driver with parameters of type ReadPreferenceType Modifier and Type Method Description voidReadPreference. setType(ReadPreferenceType type)
-