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