public static enum BrxRtb095.State extends Enum<BrxRtb095.State> implements com.google.protobuf.ProtocolMessageEnum
State
Enum Constant and Description |
---|
NO
NO = 0; |
STATE_UNKNOWN
STATE_UNKNOWN = 2; |
YES
YES = 1; |
Modifier and Type | Field and Description |
---|---|
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.State> |
internalValueMap |
static int |
NO_VALUE
NO = 0; |
static int |
STATE_UNKNOWN_VALUE
STATE_UNKNOWN = 2; |
private int |
value |
private static BrxRtb095.State[] |
VALUES |
static int |
YES_VALUE
YES = 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<BrxRtb095.State> |
internalGetValueMap() |
static BrxRtb095.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.State |
valueOf(int value) |
static BrxRtb095.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.State STATE_UNKNOWN
STATE_UNKNOWN = 2;
BRX SPECIFIC ENUM This is the standard enum for communicating state information for yes/no/unknown fields.
public static final BrxRtb095.State NO
NO = 0;
public static final BrxRtb095.State YES
YES = 1;
public static final int STATE_UNKNOWN_VALUE
STATE_UNKNOWN = 2;
BRX SPECIFIC ENUM This is the standard enum for communicating state information for yes/no/unknown fields.
public static final int NO_VALUE
NO = 0;
public static final int YES_VALUE
YES = 1;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.State> internalValueMap
private static final BrxRtb095.State[] VALUES
private final int index
private final int value
public static BrxRtb095.State[] values()
for (BrxRtb095.State c : BrxRtb095.State.values()) System.out.println(c);
public static BrxRtb095.State 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 BrxRtb095.State valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.State> 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 BrxRtb095.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)