public enum MarkupType extends Enum<MarkupType>
Copyright © Enremmeta LLC 2015. All Rights Reserved.
AdXAdapter.convertResponse(com.enremmeta.rtb.api.proto.openrtb.OpenRtbRequest, com.enremmeta.rtb.api.proto.openrtb.OpenRtbResponse)
,
TagImpl.getNUrl(com.enremmeta.rtb.api.proto.openrtb.OpenRtbRequest, com.enremmeta.rtb.api.proto.openrtb.Bid, String)
Enum Constant and Description |
---|
OWN_FLASH |
OWN_HTML |
OWN_HTML5 |
THIRD_PARTY_FLASH |
THIRD_PARTY_HTML |
THIRD_PARTY_HTML5 |
VAST_PLAIN_FLASH_ONLY |
VAST_PLAIN_MULTIPLE |
VAST_VPAID |
VAST_WRAPPER_PLAIN_FLASH_ONLY |
VAST_WRAPPER_PLAIN_MULTIPLE |
VAST_WRAPPER_VPAID |
Modifier and Type | Method and Description |
---|---|
static MarkupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkupType VAST_PLAIN_FLASH_ONLY
public static final MarkupType VAST_PLAIN_MULTIPLE
public static final MarkupType VAST_VPAID
public static final MarkupType VAST_WRAPPER_PLAIN_FLASH_ONLY
public static final MarkupType VAST_WRAPPER_PLAIN_MULTIPLE
public static final MarkupType VAST_WRAPPER_VPAID
public static final MarkupType THIRD_PARTY_FLASH
public static final MarkupType THIRD_PARTY_HTML
public static final MarkupType THIRD_PARTY_HTML5
public static final MarkupType OWN_FLASH
public static final MarkupType OWN_HTML
public static final MarkupType OWN_HTML5
public static MarkupType[] values()
for (MarkupType c : MarkupType.values()) System.out.println(c);
public static MarkupType 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 null