public static enum IndexTarget.TargetType extends java.lang.Enum<IndexTarget.TargetType>
Enum Constant and Description |
---|
FULL |
KEYS |
KEYS_AND_VALUES |
VALUES |
Modifier and Type | Method and Description |
---|---|
static IndexTarget.TargetType |
fromColumnDefinition(ColumnDefinition cd) |
java.lang.String |
indexOption() |
java.lang.String |
toString() |
static IndexTarget.TargetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexTarget.TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexTarget.TargetType VALUES
public static final IndexTarget.TargetType KEYS
public static final IndexTarget.TargetType KEYS_AND_VALUES
public static final IndexTarget.TargetType FULL
public static IndexTarget.TargetType[] values()
for (IndexTarget.TargetType c : IndexTarget.TargetType.values()) System.out.println(c);
public static IndexTarget.TargetType 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<IndexTarget.TargetType>
public java.lang.String indexOption()
public static IndexTarget.TargetType fromColumnDefinition(ColumnDefinition cd)
Copyright © 2018 The Apache Software Foundation