public class LabelType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_AD_EXCLUSION |
static String |
_AD_UNIT_FREQUENCY_CAP |
static String |
_CANONICAL_CATEGORY |
static String |
_COMPETITIVE_EXCLUSION |
static String |
_CREATIVE_WRAPPER |
static String |
_UNKNOWN |
static LabelType |
AD_EXCLUSION |
static LabelType |
AD_UNIT_FREQUENCY_CAP |
static LabelType |
CANONICAL_CATEGORY |
static LabelType |
COMPETITIVE_EXCLUSION |
static LabelType |
CREATIVE_WRAPPER |
static LabelType |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
LabelType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static LabelType |
fromString(String value) |
static LabelType |
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 _COMPETITIVE_EXCLUSION
public static final String _AD_UNIT_FREQUENCY_CAP
public static final String _AD_EXCLUSION
public static final String _CREATIVE_WRAPPER
public static final String _CANONICAL_CATEGORY
public static final String _UNKNOWN
public static final LabelType COMPETITIVE_EXCLUSION
public static final LabelType AD_UNIT_FREQUENCY_CAP
public static final LabelType AD_EXCLUSION
public static final LabelType CREATIVE_WRAPPER
public static final LabelType CANONICAL_CATEGORY
public static final LabelType UNKNOWN
protected LabelType(String value)
public String getValue()
public static LabelType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static LabelType 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 © 2020. All rights reserved.