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