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