public static enum OSyncClusterTask.MODE extends Enum<OSyncClusterTask.MODE>
Enum Constant and Description |
---|
FULL_REPLACE |
MERGE |
Modifier and Type | Method and Description |
---|---|
static OSyncClusterTask.MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSyncClusterTask.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSyncClusterTask.MODE FULL_REPLACE
public static final OSyncClusterTask.MODE MERGE
public static OSyncClusterTask.MODE[] values()
for (OSyncClusterTask.MODE c : OSyncClusterTask.MODE.values()) System.out.println(c);
public static OSyncClusterTask.MODE 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.