|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.atom.Generator
Describes the generator.
Defined in gdata.js
Field Summary | |
{string|undefined} |
$t
Name. |
{string|undefined} |
uri
URI. |
{string|undefined} |
version
Version. |
Constructor Summary | |
google.gdata.atom.Generator(<Object> opt_params)
Constructs a generator using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getName()
Returns the name. |
string|undefined
|
getUri()
Returns the URI. |
string|undefined
|
getVersion()
Returns the version. |
void
|
setName(<string|undefined> name)
Sets the name. |
void
|
setUri(<string|undefined> uri)
Sets the URI. |
void
|
setVersion(<string|undefined> version)
Sets the version. |
Field Detail |
{string|undefined} $t
{string|undefined} uri
{string|undefined} version
Constructor Detail |
google.gdata.atom.Generator(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: name, uri, and version.
Method Detail |
string|undefined getName()
string|undefined getUri()
string|undefined getVersion()
void setName(<string|undefined> name)
name
- Name or undefined for none.
void setUri(<string|undefined> uri)
uri
- URI or undefined for none.
void setVersion(<string|undefined> version)
version
- Version or undefined for none.
|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |