public enum SyncServiceMultiOpType extends Enum<SyncServiceMultiOpType>
| Enum Constant and Description |
|---|
OP_CREATE
Create operation
|
OP_DELETE
Delete operation
|
OP_ERROR
Error op type.
|
OP_SETDATA
Set data of a node operation
|
| Modifier and Type | Method and Description |
|---|---|
static SyncServiceMultiOpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncServiceMultiOpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncServiceMultiOpType OP_CREATE
public static final SyncServiceMultiOpType OP_DELETE
public static final SyncServiceMultiOpType OP_SETDATA
public static final SyncServiceMultiOpType OP_ERROR
public static SyncServiceMultiOpType[] values()
for (SyncServiceMultiOpType c : SyncServiceMultiOpType.values()) System.out.println(c);
public static SyncServiceMultiOpType 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 © 2014. All Rights Reserved.