public static enum BrxRtb095.Playbackmethod extends Enum<BrxRtb095.Playbackmethod> implements com.google.protobuf.ProtocolMessageEnum
Playbackmethod
Enum Constant and Description |
---|
AUTOPLAY_SOUND_OFF
AUTOPLAY_SOUND_OFF = 2; |
AUTOPLAY_SOUND_ON
AUTOPLAY_SOUND_ON = 1; |
CLICK_TO_PLAY
CLICK_TO_PLAY = 3; |
MOUSE_OVER
MOUSE_OVER = 4; |
PLAYBACK_METHOD_UNKNOWN
PLAYBACK_METHOD_UNKNOWN = 5; |
Modifier and Type | Field and Description |
---|---|
static int |
AUTOPLAY_SOUND_OFF_VALUE
AUTOPLAY_SOUND_OFF = 2; |
static int |
AUTOPLAY_SOUND_ON_VALUE
AUTOPLAY_SOUND_ON = 1; |
static int |
CLICK_TO_PLAY_VALUE
CLICK_TO_PLAY = 3; |
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Playbackmethod> |
internalValueMap |
static int |
MOUSE_OVER_VALUE
MOUSE_OVER = 4; |
static int |
PLAYBACK_METHOD_UNKNOWN_VALUE
PLAYBACK_METHOD_UNKNOWN = 5; |
private int |
value |
private static BrxRtb095.Playbackmethod[] |
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.Playbackmethod> |
internalGetValueMap() |
static BrxRtb095.Playbackmethod |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.Playbackmethod |
valueOf(int value) |
static BrxRtb095.Playbackmethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.Playbackmethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.Playbackmethod AUTOPLAY_SOUND_ON
AUTOPLAY_SOUND_ON = 1;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.8 Lists the various playback methods Derived from (but does not exactly mirror) the IAB Quality Assurance Guidelines (QAG)
public static final BrxRtb095.Playbackmethod AUTOPLAY_SOUND_OFF
AUTOPLAY_SOUND_OFF = 2;
public static final BrxRtb095.Playbackmethod CLICK_TO_PLAY
CLICK_TO_PLAY = 3;
public static final BrxRtb095.Playbackmethod MOUSE_OVER
MOUSE_OVER = 4;
public static final BrxRtb095.Playbackmethod PLAYBACK_METHOD_UNKNOWN
PLAYBACK_METHOD_UNKNOWN = 5;
public static final int AUTOPLAY_SOUND_ON_VALUE
AUTOPLAY_SOUND_ON = 1;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.8 Lists the various playback methods Derived from (but does not exactly mirror) the IAB Quality Assurance Guidelines (QAG)
public static final int AUTOPLAY_SOUND_OFF_VALUE
AUTOPLAY_SOUND_OFF = 2;
public static final int CLICK_TO_PLAY_VALUE
CLICK_TO_PLAY = 3;
public static final int MOUSE_OVER_VALUE
MOUSE_OVER = 4;
public static final int PLAYBACK_METHOD_UNKNOWN_VALUE
PLAYBACK_METHOD_UNKNOWN = 5;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Playbackmethod> internalValueMap
private static final BrxRtb095.Playbackmethod[] VALUES
private final int index
private final int value
public static BrxRtb095.Playbackmethod[] values()
for (BrxRtb095.Playbackmethod c : BrxRtb095.Playbackmethod.values()) System.out.println(c);
public static BrxRtb095.Playbackmethod 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.Playbackmethod valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Playbackmethod> 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.Playbackmethod valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)