public static enum BrxRtb095.Pos extends Enum<BrxRtb095.Pos> implements com.google.protobuf.ProtocolMessageEnum
Pos
Enum Constant and Description |
---|
ABOVE_THE_FOLD
ABOVE_THE_FOLD = 1; |
BELOW_THE_FOLD
BELOW_THE_FOLD = 3; |
FOOTER
FOOTER = 5; |
FULLSCREEN
FULLSCREEN = 7; |
HEADER
HEADER = 4; |
POSITION_UNKNOWN
POSITION_UNKNOWN = 0; |
SIDEBAR
SIDEBAR = 6; |
VARIABLE
VARIABLE = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
ABOVE_THE_FOLD_VALUE
ABOVE_THE_FOLD = 1; |
static int |
BELOW_THE_FOLD_VALUE
BELOW_THE_FOLD = 3; |
static int |
FOOTER_VALUE
FOOTER = 5; |
static int |
FULLSCREEN_VALUE
FULLSCREEN = 7; |
static int |
HEADER_VALUE
HEADER = 4; |
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Pos> |
internalValueMap |
static int |
POSITION_UNKNOWN_VALUE
POSITION_UNKNOWN = 0; |
static int |
SIDEBAR_VALUE
SIDEBAR = 6; |
private int |
value |
private static BrxRtb095.Pos[] |
VALUES |
static int |
VARIABLE_VALUE
VARIABLE = 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.Pos> |
internalGetValueMap() |
static BrxRtb095.Pos |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.Pos |
valueOf(int value) |
static BrxRtb095.Pos |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.Pos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.Pos POSITION_UNKNOWN
POSITION_UNKNOWN = 0;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.5 Values derived from the IAB Quality Assurance Guidelines (QAG) This enum specifies the position of the ad as a relative measure of visibility or prominence. Values 4-7 apply to native apps per the mobile addendum to version 1.5 of the QAG.
public static final BrxRtb095.Pos ABOVE_THE_FOLD
ABOVE_THE_FOLD = 1;
public static final BrxRtb095.Pos VARIABLE
VARIABLE = 2;
May be deprecated in Open RTB 2.1
public static final BrxRtb095.Pos BELOW_THE_FOLD
BELOW_THE_FOLD = 3;
public static final BrxRtb095.Pos HEADER
HEADER = 4;
public static final BrxRtb095.Pos FOOTER
FOOTER = 5;
public static final BrxRtb095.Pos SIDEBAR
SIDEBAR = 6;
public static final BrxRtb095.Pos FULLSCREEN
FULLSCREEN = 7;
public static final int POSITION_UNKNOWN_VALUE
POSITION_UNKNOWN = 0;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.5 Values derived from the IAB Quality Assurance Guidelines (QAG) This enum specifies the position of the ad as a relative measure of visibility or prominence. Values 4-7 apply to native apps per the mobile addendum to version 1.5 of the QAG.
public static final int ABOVE_THE_FOLD_VALUE
ABOVE_THE_FOLD = 1;
public static final int VARIABLE_VALUE
VARIABLE = 2;
May be deprecated in Open RTB 2.1
public static final int BELOW_THE_FOLD_VALUE
BELOW_THE_FOLD = 3;
public static final int HEADER_VALUE
HEADER = 4;
public static final int FOOTER_VALUE
FOOTER = 5;
public static final int SIDEBAR_VALUE
SIDEBAR = 6;
public static final int FULLSCREEN_VALUE
FULLSCREEN = 7;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Pos> internalValueMap
private static final BrxRtb095.Pos[] VALUES
private final int index
private final int value
public static BrxRtb095.Pos[] values()
for (BrxRtb095.Pos c : BrxRtb095.Pos.values()) System.out.println(c);
public static BrxRtb095.Pos 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.Pos valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Pos> 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.Pos valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)