Uses of Class
io.dialob.settings.DialobSettings.DatabaseType
-
-
Uses of DialobSettings.DatabaseType in io.dialob.settings
Methods in io.dialob.settings that return DialobSettings.DatabaseType Modifier and Type Method Description static DialobSettings.DatabaseTypeDialobSettings.DatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static DialobSettings.DatabaseType[]DialobSettings.DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-