public static enum TFlinkAlterCatalogStmt.EAlterCatalogType extends Enum<TFlinkAlterCatalogStmt.EAlterCatalogType>
| Enum Constant and Description |
|---|
actComment |
actReset |
actSet |
| Modifier and Type | Method and Description |
|---|---|
static TFlinkAlterCatalogStmt.EAlterCatalogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TFlinkAlterCatalogStmt.EAlterCatalogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TFlinkAlterCatalogStmt.EAlterCatalogType actSet
public static final TFlinkAlterCatalogStmt.EAlterCatalogType actReset
public static final TFlinkAlterCatalogStmt.EAlterCatalogType actComment
public static TFlinkAlterCatalogStmt.EAlterCatalogType[] values()
for (TFlinkAlterCatalogStmt.EAlterCatalogType c : TFlinkAlterCatalogStmt.EAlterCatalogType.values()) System.out.println(c);
public static TFlinkAlterCatalogStmt.EAlterCatalogType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null