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