Class google.gdata.app.Draft
Object
|
+--google.gdata.app.Draft
- class
google.gdata.app.Draft
Value of the app:draft tag.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Value. |
<static> <final> {string} |
VALUE_NO
Is not a draft. |
<static> <final> {string} |
VALUE_YES
Is a draft. |
Constructor Summary |
google.gdata.app.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.app.Draft
google.gdata.app.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 Mon Dec 14 15:04:11 2009