public static enum IndexColumnList.FunctionType extends Enum<IndexColumnList.FunctionType>
| Enum Constant and Description |
|---|
FULL_TEXT |
Z_ORDER_LAT_LON |
| Modifier and Type | Method and Description |
|---|---|
static IndexColumnList.FunctionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexColumnList.FunctionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexColumnList.FunctionType Z_ORDER_LAT_LON
public static final IndexColumnList.FunctionType FULL_TEXT
public static IndexColumnList.FunctionType[] values()
for (IndexColumnList.FunctionType c : IndexColumnList.FunctionType.values()) System.out.println(c);
public static IndexColumnList.FunctionType 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 © 2014 FoundationDB, LLC. All rights reserved.