Class google.gdata.Draft
Object
|
+--google.gdata.Draft
- class
google.gdata.Draft
Value of the app:draft tag.
Defined in gdata.js
Field Summary |
String|Undefined |
$t
Value. |
<static> <final> String |
VALUE_NO
|
<static> <final> String |
VALUE_YES
|
Constructor Summary |
google.gdata.Draft(<Object> opt_params)
Constructs a draft tag 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.
VALUE_NO
<static> <final> String VALUE_NO
VALUE_YES
<static> <final> String VALUE_YES
google.gdata.Draft
google.gdata.Draft(<Object> opt_params)
Constructs a draft tag 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 Fri Sep 14 16:32:36 2007