public static enum BrxRtb095.Context extends Enum<BrxRtb095.Context> implements com.google.protobuf.ProtocolMessageEnum
Context| Enum Constant and Description | 
|---|
| APPLICATIONAPPLICATION = 4; | 
| CONTEXT_UNKNOWNCONTEXT_UNKNOWN = 7; | 
| GAMEGAME = 2; | 
| MUSICMUSIC = 3; | 
| OTHEROTHER = 6; | 
| TEXTTEXT = 5; | 
| VIDEOVIDEO = 1; | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | APPLICATION_VALUEAPPLICATION = 4; | 
| static int | CONTEXT_UNKNOWN_VALUECONTEXT_UNKNOWN = 7; | 
| static int | GAME_VALUEGAME = 2; | 
| private int | index | 
| private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Context> | internalValueMap | 
| static int | MUSIC_VALUEMUSIC = 3; | 
| static int | OTHER_VALUEOTHER = 6; | 
| static int | TEXT_VALUETEXT = 5; | 
| private int | value | 
| private static BrxRtb095.Context[] | VALUES | 
| static int | VIDEO_VALUEVIDEO = 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.Context> | internalGetValueMap() | 
| static BrxRtb095.Context | valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) | 
| static BrxRtb095.Context | valueOf(int value) | 
| static BrxRtb095.Context | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static BrxRtb095.Context[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final BrxRtb095.Context VIDEO
VIDEO = 1;
 BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.13 Values derived from the IAB Quality Assurance Guidelines (QAG)
public static final BrxRtb095.Context GAME
GAME = 2;public static final BrxRtb095.Context MUSIC
MUSIC = 3;public static final BrxRtb095.Context APPLICATION
APPLICATION = 4;public static final BrxRtb095.Context TEXT
TEXT = 5;public static final BrxRtb095.Context OTHER
OTHER = 6;public static final BrxRtb095.Context CONTEXT_UNKNOWN
CONTEXT_UNKNOWN = 7;public static final int VIDEO_VALUE
VIDEO = 1;
 BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.13 Values derived from the IAB Quality Assurance Guidelines (QAG)
public static final int GAME_VALUE
GAME = 2;public static final int MUSIC_VALUE
MUSIC = 3;public static final int APPLICATION_VALUE
APPLICATION = 4;public static final int TEXT_VALUE
TEXT = 5;public static final int OTHER_VALUE
OTHER = 6;public static final int CONTEXT_UNKNOWN_VALUE
CONTEXT_UNKNOWN = 7;private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Context> internalValueMap
private static final BrxRtb095.Context[] VALUES
private final int index
private final int value
public static BrxRtb095.Context[] values()
for (BrxRtb095.Context c : BrxRtb095.Context.values()) System.out.println(c);
public static BrxRtb095.Context 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static BrxRtb095.Context valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Context> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BrxRtb095.Context valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)