public class AdSenseSettingsFontSize extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_DEFAULT |
static String |
_LARGE |
static String |
_MEDIUM |
static String |
_SMALL |
static AdSenseSettingsFontSize |
DEFAULT |
static AdSenseSettingsFontSize |
LARGE |
static AdSenseSettingsFontSize |
MEDIUM |
static AdSenseSettingsFontSize |
SMALL |
| Modifier | Constructor and Description |
|---|---|
protected |
AdSenseSettingsFontSize(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AdSenseSettingsFontSize |
fromString(String value) |
static AdSenseSettingsFontSize |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _DEFAULT
public static final String _SMALL
public static final String _MEDIUM
public static final String _LARGE
public static final AdSenseSettingsFontSize DEFAULT
public static final AdSenseSettingsFontSize SMALL
public static final AdSenseSettingsFontSize MEDIUM
public static final AdSenseSettingsFontSize LARGE
protected AdSenseSettingsFontSize(String value)
public String getValue()
public static AdSenseSettingsFontSize fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static AdSenseSettingsFontSize fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2018. All Rights Reserved.