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