public enum IndexFieldType extends Enum<IndexFieldType>
| Modifier and Type | Method and Description |
|---|---|
static IndexFieldType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static IndexFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexFieldType[] |
values()
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.