public enum DefaultWriteOption extends Enum<DefaultWriteOption> implements Datastore.WriteOption
Datastore.WriteOptions enumeration.| Enum Constant and Description |
|---|
BRING_BACK_GENERATED_IDS
Bring back any auto-generated id value into the
PropertyBox which was subject of a data manipulation
operation, if a corresponding Property (using the property name) is available in the box property set. |
| Modifier and Type | Method and Description |
|---|---|
static DefaultWriteOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultWriteOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultWriteOption BRING_BACK_GENERATED_IDS
PropertyBox which was subject of a data manipulation
operation, if a corresponding Property (using the property name) is available in the box property set.public static DefaultWriteOption[] values()
for (DefaultWriteOption c : DefaultWriteOption.values()) System.out.println(c);
public static DefaultWriteOption 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 The Holon Platform. All rights reserved.