public static enum BrxRtb095.Api extends Enum<BrxRtb095.Api> implements com.google.protobuf.ProtocolMessageEnum
Api
Enum Constant and Description |
---|
BR_HTML5_1_0
BR_HTML5_1_0 = 101; |
BR_HTML5_2_0
BR_HTML5_2_0 = 102; |
MRAID_1_0
MRAID_1_0 = 3; |
NONE
NONE = 0; |
ORMMA
ORMMA = 4; |
VPAID_1_0
VPAID_1_0 = 1; |
VPAID_2_0
VPAID_2_0 = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
BR_HTML5_1_0_VALUE
BR_HTML5_1_0 = 101; |
static int |
BR_HTML5_2_0_VALUE
BR_HTML5_2_0 = 102; |
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Api> |
internalValueMap |
static int |
MRAID_1_0_VALUE
MRAID_1_0 = 3; |
static int |
NONE_VALUE
NONE = 0; |
static int |
ORMMA_VALUE
ORMMA = 4; |
private int |
value |
private static BrxRtb095.Api[] |
VALUES |
static int |
VPAID_1_0_VALUE
VPAID_1_0 = 1; |
static int |
VPAID_2_0_VALUE
VPAID_2_0 = 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<BrxRtb095.Api> |
internalGetValueMap() |
static BrxRtb095.Api |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.Api |
valueOf(int value) |
static BrxRtb095.Api |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.Api[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.Api NONE
NONE = 0;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.4 + CUSTOM VALUES List of API frameworks Values above position 100 represent BRX specific frameworks. These custom frameworks are used in environments where standards are still evolving (e.g., mobile, connected TV).
public static final BrxRtb095.Api VPAID_1_0
VPAID_1_0 = 1;
public static final BrxRtb095.Api VPAID_2_0
VPAID_2_0 = 2;
public static final BrxRtb095.Api MRAID_1_0
MRAID_1_0 = 3;
public static final BrxRtb095.Api ORMMA
ORMMA = 4;
public static final BrxRtb095.Api BR_HTML5_1_0
BR_HTML5_1_0 = 101;
public static final BrxRtb095.Api BR_HTML5_2_0
BR_HTML5_2_0 = 102;
public static final int NONE_VALUE
NONE = 0;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.4 + CUSTOM VALUES List of API frameworks Values above position 100 represent BRX specific frameworks. These custom frameworks are used in environments where standards are still evolving (e.g., mobile, connected TV).
public static final int VPAID_1_0_VALUE
VPAID_1_0 = 1;
public static final int VPAID_2_0_VALUE
VPAID_2_0 = 2;
public static final int MRAID_1_0_VALUE
MRAID_1_0 = 3;
public static final int ORMMA_VALUE
ORMMA = 4;
public static final int BR_HTML5_1_0_VALUE
BR_HTML5_1_0 = 101;
public static final int BR_HTML5_2_0_VALUE
BR_HTML5_2_0 = 102;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Api> internalValueMap
private static final BrxRtb095.Api[] VALUES
private final int index
private final int value
public static BrxRtb095.Api[] values()
for (BrxRtb095.Api c : BrxRtb095.Api.values()) System.out.println(c);
public static BrxRtb095.Api 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.Api valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Api> 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.Api valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)