public static enum BrxRtb095.InventoryClass extends Enum<BrxRtb095.InventoryClass> implements com.google.protobuf.ProtocolMessageEnum
InventoryClass
Enum Constant and Description |
---|
INVENTORYCLASS_UNKNOWN
INVENTORYCLASS_UNKNOWN = 0; |
PREMIUM
PREMIUM = 2; |
REACH
REACH = 1; |
SUPERPREMIUM
SUPERPREMIUM = 3; |
Modifier and Type | Field and Description |
---|---|
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.InventoryClass> |
internalValueMap |
static int |
INVENTORYCLASS_UNKNOWN_VALUE
INVENTORYCLASS_UNKNOWN = 0; |
static int |
PREMIUM_VALUE
PREMIUM = 2; |
static int |
REACH_VALUE
REACH = 1; |
static int |
SUPERPREMIUM_VALUE
SUPERPREMIUM = 3; |
private int |
value |
private static BrxRtb095.InventoryClass[] |
VALUES |
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.InventoryClass> |
internalGetValueMap() |
static BrxRtb095.InventoryClass |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.InventoryClass |
valueOf(int value) |
static BrxRtb095.InventoryClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.InventoryClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.InventoryClass INVENTORYCLASS_UNKNOWN
INVENTORYCLASS_UNKNOWN = 0;
Custom BRX enumeration for inventory class
public static final BrxRtb095.InventoryClass REACH
REACH = 1;
public static final BrxRtb095.InventoryClass PREMIUM
PREMIUM = 2;
public static final BrxRtb095.InventoryClass SUPERPREMIUM
SUPERPREMIUM = 3;
public static final int INVENTORYCLASS_UNKNOWN_VALUE
INVENTORYCLASS_UNKNOWN = 0;
Custom BRX enumeration for inventory class
public static final int REACH_VALUE
REACH = 1;
public static final int PREMIUM_VALUE
PREMIUM = 2;
public static final int SUPERPREMIUM_VALUE
SUPERPREMIUM = 3;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.InventoryClass> internalValueMap
private static final BrxRtb095.InventoryClass[] VALUES
private final int index
private final int value
public static BrxRtb095.InventoryClass[] values()
for (BrxRtb095.InventoryClass c : BrxRtb095.InventoryClass.values()) System.out.println(c);
public static BrxRtb095.InventoryClass 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.InventoryClass valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.InventoryClass> 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.InventoryClass valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)