Uses of Enum Class
com.ranull.graves.manager.DataManager.Type
Packages that use DataManager.Type
-
Uses of DataManager.Type in com.ranull.graves.manager
Methods in com.ranull.graves.manager that return DataManager.TypeModifier and TypeMethodDescriptionstatic DataManager.TypeReturns the enum constant of this class with the specified name.static DataManager.Type[]DataManager.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ranull.graves.manager with parameters of type DataManager.TypeModifier and TypeMethodDescriptionvoidDataManager.loadType(DataManager.Type type) Loads the database type and sets up the data source.voidDataManager.reload(DataManager.Type type) Reloads the data manager with the specified type.