public static enum AbstractAsyncBulkByScrollAction.OpType extends java.lang.Enum<AbstractAsyncBulkByScrollAction.OpType>
| Modifier and Type | Method and Description |
|---|---|
static AbstractAsyncBulkByScrollAction.OpType |
fromString(java.lang.String opType) |
java.lang.String |
toString() |
static AbstractAsyncBulkByScrollAction.OpType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractAsyncBulkByScrollAction.OpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractAsyncBulkByScrollAction.OpType NOOP
public static final AbstractAsyncBulkByScrollAction.OpType INDEX
public static final AbstractAsyncBulkByScrollAction.OpType DELETE
public static AbstractAsyncBulkByScrollAction.OpType[] values()
for (AbstractAsyncBulkByScrollAction.OpType c : AbstractAsyncBulkByScrollAction.OpType.values()) System.out.println(c);
public static AbstractAsyncBulkByScrollAction.OpType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AbstractAsyncBulkByScrollAction.OpType fromString(java.lang.String opType)
public java.lang.String toString()
toString in class java.lang.Enum<AbstractAsyncBulkByScrollAction.OpType>