public enum RichMediaAdAdAttribute extends Enum<RichMediaAdAdAttribute>
Java class for RichMediaAd.AdAttribute.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RichMediaAd.AdAttribute">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="ROLL_OVER_TO_EXPAND"/>
<enumeration value="SSL"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ROLL_OVER_TO_EXPAND
Indicates that the ad supports mouse roll over to expand.
|
SSL
Indicates that the ad supports SSL.
|
UNKNOWN
Used for return value only.
|
| Modifier and Type | Method and Description |
|---|---|
static RichMediaAdAdAttribute |
fromValue(String v) |
String |
value() |
static RichMediaAdAdAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RichMediaAdAdAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RichMediaAdAdAttribute UNKNOWN
public static final RichMediaAdAdAttribute ROLL_OVER_TO_EXPAND
public static final RichMediaAdAdAttribute SSL
public static RichMediaAdAdAttribute[] values()
for (RichMediaAdAdAttribute c : RichMediaAdAdAttribute.values()) System.out.println(c);
public static RichMediaAdAdAttribute 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 String value()
public static RichMediaAdAdAttribute fromValue(String v)
Copyright © 2023. All rights reserved.