public static enum ImportSstpb.Pair.OP extends Enum<ImportSstpb.Pair.OP> implements com.google.protobuf.ProtocolMessageEnum
import_sstpb.Pair.OP
Enum Constant and Description |
---|
Delete
Delete = 1; |
Put
Put = 0; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
Delete_VALUE
Delete = 1; |
static int |
Put_VALUE
Put = 0; |
Modifier and Type | Method and Description |
---|---|
static ImportSstpb.Pair.OP |
forNumber(int value) |
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<ImportSstpb.Pair.OP> |
internalGetValueMap() |
static ImportSstpb.Pair.OP |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportSstpb.Pair.OP |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportSstpb.Pair.OP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportSstpb.Pair.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportSstpb.Pair.OP Put
Put = 0;
public static final ImportSstpb.Pair.OP Delete
Delete = 1;
public static final ImportSstpb.Pair.OP UNRECOGNIZED
public static final int Put_VALUE
Put = 0;
public static final int Delete_VALUE
Delete = 1;
public static ImportSstpb.Pair.OP[] values()
for (ImportSstpb.Pair.OP c : ImportSstpb.Pair.OP.values()) System.out.println(c);
public static ImportSstpb.Pair.OP 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
@Deprecated public static ImportSstpb.Pair.OP valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static ImportSstpb.Pair.OP forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ImportSstpb.Pair.OP> 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 ImportSstpb.Pair.OP valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 PingCAP. All rights reserved.