public static enum RiakDtPB.MapUpdate.FlagOp extends Enum<RiakDtPB.MapUpdate.FlagOp> implements com.google.protobuf.ProtocolMessageEnum
MapUpdate.FlagOp
Flags only exist inside Maps and can only be enabled or disabled, and there are no arguments to the operations.
Enum Constant and Description |
---|
DISABLE
DISABLE = 2; |
ENABLE
ENABLE = 1; |
Modifier and Type | Field and Description |
---|---|
static int |
DISABLE_VALUE
DISABLE = 2; |
static int |
ENABLE_VALUE
ENABLE = 1; |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RiakDtPB.MapUpdate.FlagOp> |
internalGetValueMap() |
static RiakDtPB.MapUpdate.FlagOp |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RiakDtPB.MapUpdate.FlagOp |
valueOf(int value) |
static RiakDtPB.MapUpdate.FlagOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiakDtPB.MapUpdate.FlagOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiakDtPB.MapUpdate.FlagOp ENABLE
ENABLE = 1;
public static final RiakDtPB.MapUpdate.FlagOp DISABLE
DISABLE = 2;
public static final int ENABLE_VALUE
ENABLE = 1;
public static final int DISABLE_VALUE
DISABLE = 2;
public static RiakDtPB.MapUpdate.FlagOp[] values()
for (RiakDtPB.MapUpdate.FlagOp c : RiakDtPB.MapUpdate.FlagOp.values()) System.out.println(c);
public static RiakDtPB.MapUpdate.FlagOp 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 nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static RiakDtPB.MapUpdate.FlagOp valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RiakDtPB.MapUpdate.FlagOp> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RiakDtPB.MapUpdate.FlagOp valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016. All rights reserved.