public static enum BrxRtb095.Delivery extends Enum<BrxRtb095.Delivery> implements com.google.protobuf.ProtocolMessageEnum
Delivery
Enum Constant and Description |
---|
PROGRESSIVE
PROGRESSIVE = 2; |
STREAMING
STREAMING = 1; |
Modifier and Type | Field and Description |
---|---|
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Delivery> |
internalValueMap |
static int |
PROGRESSIVE_VALUE
PROGRESSIVE = 2; |
static int |
STREAMING_VALUE
STREAMING = 1; |
private int |
value |
private static BrxRtb095.Delivery[] |
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.Delivery> |
internalGetValueMap() |
static BrxRtb095.Delivery |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.Delivery |
valueOf(int value) |
static BrxRtb095.Delivery |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.Delivery[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.Delivery STREAMING
STREAMING = 1;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.12
public static final BrxRtb095.Delivery PROGRESSIVE
PROGRESSIVE = 2;
public static final int STREAMING_VALUE
STREAMING = 1;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.12
public static final int PROGRESSIVE_VALUE
PROGRESSIVE = 2;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Delivery> internalValueMap
private static final BrxRtb095.Delivery[] VALUES
private final int index
private final int value
public static BrxRtb095.Delivery[] values()
for (BrxRtb095.Delivery c : BrxRtb095.Delivery.values()) System.out.println(c);
public static BrxRtb095.Delivery 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.Delivery valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Delivery> 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.Delivery valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)