public static enum BrxRtb095.Mimes extends Enum<BrxRtb095.Mimes> implements com.google.protobuf.ProtocolMessageEnum
Mimes
Enum Constant and Description |
---|
FLV
FLV = 0; |
GIF
GIF = 5; |
JPG
JPG = 4; |
MP4
MP4 = 2; |
PNG
PNG = 6; |
SHOCKWAVE_FLASH
SHOCKWAVE_FLASH = 1; |
TEXT_HTML
TEXT_HTML = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
FLV_VALUE
FLV = 0; |
static int |
GIF_VALUE
GIF = 5; |
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Mimes> |
internalValueMap |
static int |
JPG_VALUE
JPG = 4; |
static int |
MP4_VALUE
MP4 = 2; |
static int |
PNG_VALUE
PNG = 6; |
static int |
SHOCKWAVE_FLASH_VALUE
SHOCKWAVE_FLASH = 1; |
static int |
TEXT_HTML_VALUE
TEXT_HTML = 3; |
private int |
value |
private static BrxRtb095.Mimes[] |
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.Mimes> |
internalGetValueMap() |
static BrxRtb095.Mimes |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.Mimes |
valueOf(int value) |
static BrxRtb095.Mimes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.Mimes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.Mimes FLV
FLV = 0;
BRX SPECIFIC ENUM Specifies the potential mime types that may be supported by a given placement.
public static final BrxRtb095.Mimes SHOCKWAVE_FLASH
SHOCKWAVE_FLASH = 1;
public static final BrxRtb095.Mimes MP4
MP4 = 2;
public static final BrxRtb095.Mimes TEXT_HTML
TEXT_HTML = 3;
public static final BrxRtb095.Mimes JPG
JPG = 4;
public static final BrxRtb095.Mimes GIF
GIF = 5;
public static final BrxRtb095.Mimes PNG
PNG = 6;
public static final int FLV_VALUE
FLV = 0;
BRX SPECIFIC ENUM Specifies the potential mime types that may be supported by a given placement.
public static final int SHOCKWAVE_FLASH_VALUE
SHOCKWAVE_FLASH = 1;
public static final int MP4_VALUE
MP4 = 2;
public static final int TEXT_HTML_VALUE
TEXT_HTML = 3;
public static final int JPG_VALUE
JPG = 4;
public static final int GIF_VALUE
GIF = 5;
public static final int PNG_VALUE
PNG = 6;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Mimes> internalValueMap
private static final BrxRtb095.Mimes[] VALUES
private final int index
private final int value
public static BrxRtb095.Mimes[] values()
for (BrxRtb095.Mimes c : BrxRtb095.Mimes.values()) System.out.println(c);
public static BrxRtb095.Mimes 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.Mimes valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Mimes> 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.Mimes valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)