public static enum ComputedValue.ComputeOn extends Enum<ComputedValue.ComputeOn>
Modifier and Type | Method and Description |
---|---|
static ComputedValue.ComputeOn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputedValue.ComputeOn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputedValue.ComputeOn insert
public static final ComputedValue.ComputeOn update
public static final ComputedValue.ComputeOn replace
public static ComputedValue.ComputeOn[] values()
for (ComputedValue.ComputeOn c : ComputedValue.ComputeOn.values()) System.out.println(c);
public static ComputedValue.ComputeOn 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 © 2016–2022 ArangoDB GmbH. All rights reserved.