Uses of Class
cn.sliew.sakura.common.dict.catalog.flink.CatalogTableKind
-
Packages that use CatalogTableKind Package Description cn.sliew.sakura.common.dict.catalog.flink -
-
Uses of CatalogTableKind in cn.sliew.sakura.common.dict.catalog.flink
Methods in cn.sliew.sakura.common.dict.catalog.flink 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.
-