public static enum AlterTableExecuteSpec.RollbackSpec.RollbackType extends Enum<AlterTableExecuteSpec.RollbackSpec.RollbackType>
| Modifier and Type | Method and Description |
|---|---|
static AlterTableExecuteSpec.RollbackSpec.RollbackType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlterTableExecuteSpec.RollbackSpec.RollbackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlterTableExecuteSpec.RollbackSpec.RollbackType VERSION
public static final AlterTableExecuteSpec.RollbackSpec.RollbackType TIME
public static AlterTableExecuteSpec.RollbackSpec.RollbackType[] values()
for (AlterTableExecuteSpec.RollbackSpec.RollbackType c : AlterTableExecuteSpec.RollbackSpec.RollbackType.values()) System.out.println(c);
public static AlterTableExecuteSpec.RollbackSpec.RollbackType 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 nullCopyright © 2024 The Apache Software Foundation. All rights reserved.