public static enum Crdts.ORSetDeltaOp extends java.lang.Enum<Crdts.ORSetDeltaOp> implements akka.protobuf.ProtocolMessageEnum
ORSetDeltaOp| Enum Constant and Description |
|---|
Add
Add = 0; |
Full
Full = 2; |
Remove
Remove = 1; |
| Modifier and Type | Field and Description |
|---|---|
static int |
Add_VALUE
Add = 0; |
static int |
Full_VALUE
Full = 2; |
static int |
Remove_VALUE
Remove = 1; |
| Modifier and Type | Method and Description |
|---|---|
static akka.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
akka.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
akka.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static akka.protobuf.Internal.EnumLiteMap<Crdts.ORSetDeltaOp> |
internalGetValueMap() |
static Crdts.ORSetDeltaOp |
valueOf(akka.protobuf.Descriptors.EnumValueDescriptor desc) |
static Crdts.ORSetDeltaOp |
valueOf(int value) |
static Crdts.ORSetDeltaOp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Crdts.ORSetDeltaOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Crdts.ORSetDeltaOp Add
Add = 0;public static final Crdts.ORSetDeltaOp Remove
Remove = 1;public static final Crdts.ORSetDeltaOp Full
Full = 2;public static final int Add_VALUE
Add = 0;public static final int Remove_VALUE
Remove = 1;public static final int Full_VALUE
Full = 2;public static Crdts.ORSetDeltaOp[] values()
for (Crdts.ORSetDeltaOp c : Crdts.ORSetDeltaOp.values()) System.out.println(c);
public static Crdts.ORSetDeltaOp valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface akka.protobuf.Internal.EnumLitegetNumber in interface akka.protobuf.ProtocolMessageEnumpublic static Crdts.ORSetDeltaOp valueOf(int value)
public static akka.protobuf.Internal.EnumLiteMap<Crdts.ORSetDeltaOp> internalGetValueMap()
public final akka.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface akka.protobuf.ProtocolMessageEnumpublic final akka.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface akka.protobuf.ProtocolMessageEnumpublic static final akka.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Crdts.ORSetDeltaOp valueOf(akka.protobuf.Descriptors.EnumValueDescriptor desc)