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