Class google.gdata.gbase.GmItemType
Object
|
+--google.gdata.gbase.GmItemType
- class
google.gdata.gbase.GmItemType
The item type for an entry.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Value. |
Constructor Summary |
google.gdata.gbase.GmItemType(<Object> opt_params)
Constructs an item type as defined in /itemtypes feed using an object
parameter whose property names match the setter method to use for each
property.
|
Method Summary |
string|undefined
|
getValue()
Returns the value.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
$t
{string|undefined} $t
Value. This attribute is required.
google.gdata.gbase.GmItemType
google.gdata.gbase.GmItemType(<Object> opt_params)
Constructs an item type as defined in /itemtypes feed 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: value.
getValue
string|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value 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 Wed Dec 10 17:19:28 2008