public static enum IndexColumnList.FunctionType extends java.lang.Enum<IndexColumnList.FunctionType>
Enum Constant and Description |
---|
Z_ORDER_LAT_LON |
Modifier and Type | Method and Description |
---|---|
static IndexColumnList.FunctionType |
valueOf(java.lang.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 IndexColumnList.FunctionType[] values()
for (IndexColumnList.FunctionType c : IndexColumnList.FunctionType.values()) System.out.println(c);
public static IndexColumnList.FunctionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013. All Rights Reserved.