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