public static enum OTransactionIndexChangesPerKey.Interpretation extends Enum<OTransactionIndexChangesPerKey.Interpretation>
OTransactionIndexChangesPerKey.interpret(Interpretation)
.Enum Constant and Description |
---|
Dictionary
Interpret changes like they was done for dictionary index.
|
NonUnique
Interpret changes like they was done for non-unique index.
|
Unique
Interpret changes like they was done for unique index.
|
Modifier and Type | Method and Description |
---|---|
static OTransactionIndexChangesPerKey.Interpretation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTransactionIndexChangesPerKey.Interpretation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OTransactionIndexChangesPerKey.Interpretation Unique
public static final OTransactionIndexChangesPerKey.Interpretation Dictionary
public static final OTransactionIndexChangesPerKey.Interpretation NonUnique
public static OTransactionIndexChangesPerKey.Interpretation[] values()
for (OTransactionIndexChangesPerKey.Interpretation c : OTransactionIndexChangesPerKey.Interpretation.values()) System.out.println(c);
public static OTransactionIndexChangesPerKey.Interpretation 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.