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