public static enum Ola.MergeMode extends Enum<Ola.MergeMode> implements com.google.protobuf.ProtocolMessageEnum
ola.proto.MergeMode
Modifier and Type | Field and Description |
---|---|
static int |
HTP_VALUE
HTP = 1; |
static int |
LTP_VALUE
LTP = 2; |
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<Ola.MergeMode> |
internalGetValueMap() |
static Ola.MergeMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Ola.MergeMode |
valueOf(int value) |
static Ola.MergeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ola.MergeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ola.MergeMode HTP
HTP = 1;
public static final Ola.MergeMode LTP
LTP = 2;
public static final int HTP_VALUE
HTP = 1;
public static final int LTP_VALUE
LTP = 2;
public static Ola.MergeMode[] values()
for (Ola.MergeMode c : Ola.MergeMode.values()) System.out.println(c);
public static Ola.MergeMode 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 Ola.MergeMode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Ola.MergeMode> 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 Ola.MergeMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2017. All rights reserved.