com.google.api.ads.adwords.v201109.cm
Class CriterionType

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.CriterionType
All Implemented Interfaces:
Serializable

public class CriterionType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _AGE_RANGE
           
static String _CARRIER
           
static String _CONTENT_LABEL
           
static String _GENDER
           
static String _KEYWORD
           
static String _LANGUAGE
           
static String _LOCATION
           
static String _OPERATING_SYSTEM_VERSION
           
static String _PLACEMENT
           
static String _PLATFORM
           
static String _POLYGON
           
static String _PRODUCT
           
static String _PROXIMITY
           
static String _UNKNOWN
           
static String _USER_INTEREST
           
static String _USER_LIST
           
static String _VERTICAL
           
static CriterionType AGE_RANGE
           
static CriterionType CARRIER
           
static CriterionType CONTENT_LABEL
           
static CriterionType GENDER
           
static CriterionType KEYWORD
           
static CriterionType LANGUAGE
           
static CriterionType LOCATION
           
static CriterionType OPERATING_SYSTEM_VERSION
           
static CriterionType PLACEMENT
           
static CriterionType PLATFORM
           
static CriterionType POLYGON
           
static CriterionType PRODUCT
           
static CriterionType PROXIMITY
           
static CriterionType UNKNOWN
           
static CriterionType USER_INTEREST
           
static CriterionType USER_LIST
           
static CriterionType VERTICAL
           
 
Constructor Summary
protected CriterionType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static CriterionType fromString(String value)
           
static CriterionType 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_CONTENT_LABEL

public static final String _CONTENT_LABEL
See Also:
Constant Field Values

_KEYWORD

public static final String _KEYWORD
See Also:
Constant Field Values

_PLACEMENT

public static final String _PLACEMENT
See Also:
Constant Field Values

_VERTICAL

public static final String _VERTICAL
See Also:
Constant Field Values

_USER_LIST

public static final String _USER_LIST
See Also:
Constant Field Values

_USER_INTEREST

public static final String _USER_INTEREST
See Also:
Constant Field Values

_PRODUCT

public static final String _PRODUCT
See Also:
Constant Field Values

_LANGUAGE

public static final String _LANGUAGE
See Also:
Constant Field Values

_LOCATION

public static final String _LOCATION
See Also:
Constant Field Values

_AGE_RANGE

public static final String _AGE_RANGE
See Also:
Constant Field Values

_CARRIER

public static final String _CARRIER
See Also:
Constant Field Values

_OPERATING_SYSTEM_VERSION

public static final String _OPERATING_SYSTEM_VERSION
See Also:
Constant Field Values

_GENDER

public static final String _GENDER
See Also:
Constant Field Values

_POLYGON

public static final String _POLYGON
See Also:
Constant Field Values

_PROXIMITY

public static final String _PROXIMITY
See Also:
Constant Field Values

_PLATFORM

public static final String _PLATFORM
See Also:
Constant Field Values

_UNKNOWN

public static final String _UNKNOWN
See Also:
Constant Field Values

CONTENT_LABEL

public static final CriterionType CONTENT_LABEL

KEYWORD

public static final CriterionType KEYWORD

PLACEMENT

public static final CriterionType PLACEMENT

VERTICAL

public static final CriterionType VERTICAL

USER_LIST

public static final CriterionType USER_LIST

USER_INTEREST

public static final CriterionType USER_INTEREST

PRODUCT

public static final CriterionType PRODUCT

LANGUAGE

public static final CriterionType LANGUAGE

LOCATION

public static final CriterionType LOCATION

AGE_RANGE

public static final CriterionType AGE_RANGE

CARRIER

public static final CriterionType CARRIER

OPERATING_SYSTEM_VERSION

public static final CriterionType OPERATING_SYSTEM_VERSION

GENDER

public static final CriterionType GENDER

POLYGON

public static final CriterionType POLYGON

PROXIMITY

public static final CriterionType PROXIMITY

PLATFORM

public static final CriterionType PLATFORM

UNKNOWN

public static final CriterionType UNKNOWN
Constructor Detail

CriterionType

protected CriterionType(String value)
Method Detail

getValue

public String getValue()

fromValue

public static CriterionType fromValue(String value)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static CriterionType fromString(String value)
                                throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object



Copyright © 2011. All Rights Reserved.