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

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

public class PredicateOperator
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _CONTAINS
           
static String _CONTAINS_IGNORE_CASE
           
static String _DOES_NOT_CONTAIN
           
static String _DOES_NOT_CONTAIN_IGNORE_CASE
           
static String _EQUALS
           
static String _GREATER_THAN
           
static String _GREATER_THAN_EQUALS
           
static String _IN
           
static String _LESS_THAN
           
static String _LESS_THAN_EQUALS
           
static String _NOT_EQUALS
           
static String _NOT_IN
           
static String _STARTS_WITH
           
static String _STARTS_WITH_IGNORE_CASE
           
static String _UNKNOWN
           
static PredicateOperator CONTAINS
           
static PredicateOperator CONTAINS_IGNORE_CASE
           
static PredicateOperator DOES_NOT_CONTAIN
           
static PredicateOperator DOES_NOT_CONTAIN_IGNORE_CASE
           
static PredicateOperator EQUALS
           
static PredicateOperator GREATER_THAN
           
static PredicateOperator GREATER_THAN_EQUALS
           
static PredicateOperator IN
           
static PredicateOperator LESS_THAN
           
static PredicateOperator LESS_THAN_EQUALS
           
static PredicateOperator NOT_EQUALS
           
static PredicateOperator NOT_IN
           
static PredicateOperator STARTS_WITH
           
static PredicateOperator STARTS_WITH_IGNORE_CASE
           
static PredicateOperator UNKNOWN
           
 
Constructor Summary
protected PredicateOperator(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static PredicateOperator fromString(String value)
           
static PredicateOperator 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

_EQUALS

public static final String _EQUALS
See Also:
Constant Field Values

_NOT_EQUALS

public static final String _NOT_EQUALS
See Also:
Constant Field Values

_IN

public static final String _IN
See Also:
Constant Field Values

_NOT_IN

public static final String _NOT_IN
See Also:
Constant Field Values

_GREATER_THAN

public static final String _GREATER_THAN
See Also:
Constant Field Values

_GREATER_THAN_EQUALS

public static final String _GREATER_THAN_EQUALS
See Also:
Constant Field Values

_LESS_THAN

public static final String _LESS_THAN
See Also:
Constant Field Values

_LESS_THAN_EQUALS

public static final String _LESS_THAN_EQUALS
See Also:
Constant Field Values

_STARTS_WITH

public static final String _STARTS_WITH
See Also:
Constant Field Values

_STARTS_WITH_IGNORE_CASE

public static final String _STARTS_WITH_IGNORE_CASE
See Also:
Constant Field Values

_CONTAINS

public static final String _CONTAINS
See Also:
Constant Field Values

_CONTAINS_IGNORE_CASE

public static final String _CONTAINS_IGNORE_CASE
See Also:
Constant Field Values

_DOES_NOT_CONTAIN

public static final String _DOES_NOT_CONTAIN
See Also:
Constant Field Values

_DOES_NOT_CONTAIN_IGNORE_CASE

public static final String _DOES_NOT_CONTAIN_IGNORE_CASE
See Also:
Constant Field Values

_UNKNOWN

public static final String _UNKNOWN
See Also:
Constant Field Values

EQUALS

public static final PredicateOperator EQUALS

NOT_EQUALS

public static final PredicateOperator NOT_EQUALS

IN

public static final PredicateOperator IN

NOT_IN

public static final PredicateOperator NOT_IN

GREATER_THAN

public static final PredicateOperator GREATER_THAN

GREATER_THAN_EQUALS

public static final PredicateOperator GREATER_THAN_EQUALS

LESS_THAN

public static final PredicateOperator LESS_THAN

LESS_THAN_EQUALS

public static final PredicateOperator LESS_THAN_EQUALS

STARTS_WITH

public static final PredicateOperator STARTS_WITH

STARTS_WITH_IGNORE_CASE

public static final PredicateOperator STARTS_WITH_IGNORE_CASE

CONTAINS

public static final PredicateOperator CONTAINS

CONTAINS_IGNORE_CASE

public static final PredicateOperator CONTAINS_IGNORE_CASE

DOES_NOT_CONTAIN

public static final PredicateOperator DOES_NOT_CONTAIN

DOES_NOT_CONTAIN_IGNORE_CASE

public static final PredicateOperator DOES_NOT_CONTAIN_IGNORE_CASE

UNKNOWN

public static final PredicateOperator UNKNOWN
Constructor Detail

PredicateOperator

protected PredicateOperator(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

public static PredicateOperator 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.