public static enum TOceanbaseAlterResourcePoolSqlNode.EAction extends Enum<TOceanbaseAlterResourcePoolSqlNode.EAction>
| Enum Constant and Description |
|---|
MERGE |
SPLIT |
UPDATE_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
static TOceanbaseAlterResourcePoolSqlNode.EAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TOceanbaseAlterResourcePoolSqlNode.EAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TOceanbaseAlterResourcePoolSqlNode.EAction UPDATE_OPTIONS
public static final TOceanbaseAlterResourcePoolSqlNode.EAction SPLIT
public static final TOceanbaseAlterResourcePoolSqlNode.EAction MERGE
public static TOceanbaseAlterResourcePoolSqlNode.EAction[] values()
for (TOceanbaseAlterResourcePoolSqlNode.EAction c : TOceanbaseAlterResourcePoolSqlNode.EAction.values()) System.out.println(c);
public static TOceanbaseAlterResourcePoolSqlNode.EAction 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