GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: ComparableValue

Source Location: /AdWords/v201008/cm/BulkMutateJobService.php

Class Overview


Comparable types for constructing ranges with.


Variables

Methods


Child classes:

Money
Represents a money amount.
NumberValue
Number value types for constructing number valued ranges.

Class Details

[line 2868]
Comparable types for constructing ranges with.



[ Top ]


Class Variables

$ComparableValueType =

[line 2873]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 2923]

ComparableValue __construct( [ $ComparableValueType = NULL])



Tags:

access:  public


Overridden in child classes as:

Money::__construct()
NumberValue::__construct()
DoubleValue::__construct()
LongValue::__construct()

Parameters:

   $ComparableValueType  

[ Top ]

method getNamespace [line 2911]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

Money::getNamespace()
Gets the namesapce of this class
NumberValue::getNamespace()
Gets the namesapce of this class
DoubleValue::getNamespace()
Gets the namesapce of this class
LongValue::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 2903]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 2919]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overridden in child classes as:

Money::getXsiTypeName()
Gets the xsi:type name of this class
NumberValue::getXsiTypeName()
Gets the xsi:type name of this class
DoubleValue::getXsiTypeName()
Gets the xsi:type name of this class
LongValue::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 2891]

mixed __get( $var $var)

Provided for getting non-php-standard named variables



Tags:

return:  Variable value
access:  public


Parameters:

$var   $var   Variable name to get.

[ Top ]

method __set [line 2884]

void __set( $var $var, $value $value)

Provided for setting non-php-standard named variables



Tags:

access:  public


Parameters:

$var   $var   Variable name to set
$value   $value   Value to set

[ Top ]


Documentation generated by phpDocumentor 1.4.3