public enum AdSenseSettingsBorderStyle extends Enum<AdSenseSettingsBorderStyle>
Java class for AdSenseSettings.BorderStyle.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AdSenseSettings.BorderStyle">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DEFAULT"/>
<enumeration value="NOT_ROUNDED"/>
<enumeration value="SLIGHTLY_ROUNDED"/>
<enumeration value="VERY_ROUNDED"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DEFAULT
Uses the default border-style of the browser.
|
NOT_ROUNDED
Uses a cornered border-style.
|
SLIGHTLY_ROUNDED
Uses a slightly rounded border-style.
|
VERY_ROUNDED
Uses a rounded border-style.
|
| Modifier and Type | Method and Description |
|---|---|
static AdSenseSettingsBorderStyle |
fromValue(String v) |
String |
value() |
static AdSenseSettingsBorderStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdSenseSettingsBorderStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdSenseSettingsBorderStyle DEFAULT
public static final AdSenseSettingsBorderStyle NOT_ROUNDED
public static final AdSenseSettingsBorderStyle SLIGHTLY_ROUNDED
public static final AdSenseSettingsBorderStyle VERY_ROUNDED
public static AdSenseSettingsBorderStyle[] values()
for (AdSenseSettingsBorderStyle c : AdSenseSettingsBorderStyle.values()) System.out.println(c);
public static AdSenseSettingsBorderStyle 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 AdSenseSettingsBorderStyle fromValue(String v)
Copyright © 2018. All Rights Reserved.