Class google.gdata.gbase.GmValue
Object
|
+--google.gdata.gbase.GmValue
- class
google.gdata.gbase.GmValue
Describes a gm value.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Value. |
{string|undefined} |
count
Count. |
Constructor Summary |
google.gdata.gbase.GmValue(<Object> opt_params)
Constructs a gm value using an object parameter whose property names match
the setter method to use for each property.
|
Method Summary |
number|undefined
|
getCount()
Returns the count.
|
string|undefined
|
getValue()
Returns the value.
|
void
|
setCount(<number|undefined> count)
Sets the count.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
$t
{string|undefined} $t
Value. This attribute is required.
count
{string|undefined} count
Count. This attribute is optional.
google.gdata.gbase.GmValue
google.gdata.gbase.GmValue(<Object> opt_params)
Constructs a gm value using an object parameter whose property names match
the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: count and value.
getCount
number|undefined getCount()
Returns the count. This attribute is optional.
Returns:
Count or undefined for none.
getValue
string|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setCount
void setCount(<number|undefined> count)
Sets the count. This attribute is optional.
Parameters:
count
- Count or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009