IndexFieldType
instead.@Deprecated public enum IndexFieldType extends Enum<IndexFieldType>
Enum Constant and Description |
---|
Literal
Deprecated.
|
Text
Deprecated.
|
Uint
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IndexFieldType |
fromValue(String value)
Deprecated.
Use this in place of valueOf.
|
String |
toString()
Deprecated.
|
static IndexFieldType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static IndexFieldType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexFieldType Uint
public static final IndexFieldType Literal
public static final IndexFieldType Text
public static IndexFieldType[] values()
for (IndexFieldType c : IndexFieldType.values()) System.out.println(c);
public static IndexFieldType 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 nullpublic String toString()
toString
in class Enum<IndexFieldType>
public static IndexFieldType fromValue(String value)
value
- real valueCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.