Uses of Class
com.google.api.ads.adwords.v201109.cm.ComparableValue

Packages that use ComparableValue
com.google.api.ads.adwords.v201109.cm   
com.google.api.ads.adwords.v201109.o   
 

Uses of ComparableValue in com.google.api.ads.adwords.v201109.cm
 

Subclasses of ComparableValue in com.google.api.ads.adwords.v201109.cm
 class DoubleValue
          Number value type for constructing double valued ranges.
 class LongValue
          Number value type for constructing long valued ranges.
 class Money
          Represents a money amount.
 class NumberValue
          Number value types for constructing number valued ranges.
 

Uses of ComparableValue in com.google.api.ads.adwords.v201109.o
 

Methods in com.google.api.ads.adwords.v201109.o that return ComparableValue
 ComparableValue Range.getMax()
          Gets the max value for this Range.
 ComparableValue Range.getMin()
          Gets the min value for this Range.
 

Methods in com.google.api.ads.adwords.v201109.o with parameters of type ComparableValue
 void Range.setMax(ComparableValue max)
          Sets the max value for this Range.
 void Range.setMin(ComparableValue min)
          Sets the min value for this Range.
 

Constructors in com.google.api.ads.adwords.v201109.o with parameters of type ComparableValue
Range(ComparableValue min, ComparableValue max)
           
 



Copyright © 2011. All Rights Reserved.