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