Uses of Class
ru.dest.library.database.DatabaseType
-
Packages that use DatabaseType Package Description ru.dest.library.database -
-
Uses of DatabaseType in ru.dest.library.database
Methods in ru.dest.library.database that return DatabaseType Modifier and Type Method Description static @Nullable DatabaseTypeDatabaseType. get(@NotNull String type)static DatabaseTypeDatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseType[]DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-