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