public static enum DataStoreEntryEvaluator.Opcode extends Enum<DataStoreEntryEvaluator.Opcode>
| Modifier and Type | Method and Description |
|---|---|
static DataStoreEntryEvaluator.Opcode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataStoreEntryEvaluator.Opcode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataStoreEntryEvaluator.Opcode KEEP
public static final DataStoreEntryEvaluator.Opcode SELECT
public static final DataStoreEntryEvaluator.Opcode DELETE
public static final DataStoreEntryEvaluator.Opcode UPDATED
public static DataStoreEntryEvaluator.Opcode[] values()
for (DataStoreEntryEvaluator.Opcode c : DataStoreEntryEvaluator.Opcode.values()) System.out.println(c);
public static DataStoreEntryEvaluator.Opcode 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 © 2017–2019 Eclipse Foundation. All rights reserved.