public static enum SearchBloxDocument.DocumentAction extends Enum<SearchBloxDocument.DocumentAction>
Enum Constant and Description |
---|
ADD_UPDATE |
CLEAR |
CREATE |
DELETE |
STATUS |
Modifier and Type | Method and Description |
---|---|
static SearchBloxDocument.DocumentAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchBloxDocument.DocumentAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchBloxDocument.DocumentAction ADD_UPDATE
public static final SearchBloxDocument.DocumentAction DELETE
public static final SearchBloxDocument.DocumentAction STATUS
public static final SearchBloxDocument.DocumentAction CREATE
public static final SearchBloxDocument.DocumentAction CLEAR
public static SearchBloxDocument.DocumentAction[] values()
for (SearchBloxDocument.DocumentAction c : SearchBloxDocument.DocumentAction.values()) System.out.println(c);
public static SearchBloxDocument.DocumentAction 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 null