|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OptionState>
com.amazonaws.services.cloudsearch.model.OptionState
OptionState
instead.
@Deprecated public enum OptionState
Option State
Enum Constant Summary | |
---|---|
Active
Deprecated. |
|
Processing
Deprecated. |
|
RequiresIndexDocuments
Deprecated. |
Method Summary | |
---|---|
static OptionState |
fromValue(String value)
Deprecated. Use this in place of valueOf. |
String |
toString()
Deprecated. |
static OptionState |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static OptionState[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final OptionState RequiresIndexDocuments
public static final OptionState Processing
public static final OptionState Active
Method Detail |
---|
public static OptionState[] values()
for (OptionState c : OptionState.values()) System.out.println(c);
public static OptionState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<OptionState>
public static OptionState fromValue(String value)
value
- real value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |