public static enum OTransactionIndexChanges.OPERATION extends Enum<OTransactionIndexChanges.OPERATION>
Modifier and Type | Method and Description |
---|---|
static OTransactionIndexChanges.OPERATION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTransactionIndexChanges.OPERATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OTransactionIndexChanges.OPERATION PUT
public static final OTransactionIndexChanges.OPERATION REMOVE
public static final OTransactionIndexChanges.OPERATION CLEAR
public static OTransactionIndexChanges.OPERATION[] values()
for (OTransactionIndexChanges.OPERATION c : OTransactionIndexChanges.OPERATION.values()) System.out.println(c);
public static OTransactionIndexChanges.OPERATION 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 nullCopyright © 2009–2020 OrientDB. All rights reserved.