Uses of Class
cn.sliew.sakura.catalog.factory.CatalogDatabaseFactory
-
Packages that use CatalogDatabaseFactory Package Description cn.sliew.sakura.catalog.factory -
-
Uses of CatalogDatabaseFactory in cn.sliew.sakura.catalog.factory
Methods in cn.sliew.sakura.catalog.factory that return CatalogDatabaseFactory Modifier and Type Method Description static CatalogDatabaseFactoryCatalogDatabaseFactory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CatalogDatabaseFactory[]CatalogDatabaseFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-