|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.atom.Category
Describes a category.
Defined in gdata.js
Field Summary | |
{string|undefined} |
label
Human-readable label. |
{string|undefined} |
scheme
Scheme (domain). |
{string|undefined} |
term
Term. |
Constructor Summary | |
google.gdata.atom.Category(<Object> opt_params)
Constructs a category using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getLabel()
Returns the human-readable label. |
string|undefined
|
getLabelLang()
Returns the language. |
string|undefined
|
getScheme()
Returns the scheme (domain). |
string|undefined
|
getTerm()
Returns the term. |
void
|
setLabel(<string|undefined> label)
Sets the human-readable label. |
void
|
setLabelLang(<string|undefined> labelLang)
Sets the language. |
void
|
setScheme(<string|undefined> scheme)
Sets the scheme (domain). |
void
|
setTerm(<string|undefined> term)
Sets the term. |
Field Detail |
{string|undefined} label
{string|undefined} scheme
{string|undefined} term
Constructor Detail |
google.gdata.atom.Category(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: label, labelLang, scheme, and term.
Method Detail |
string|undefined getLabel()
string|undefined getLabelLang()
string|undefined getScheme()
string|undefined getTerm()
void setLabel(<string|undefined> label)
label
- Human-readable label or undefined for none.
void setLabelLang(<string|undefined> labelLang)
labelLang
- Language or undefined for none.
void setScheme(<string|undefined> scheme)
scheme
- Scheme (domain) or undefined for none.
void setTerm(<string|undefined> term)
term
- Term or undefined for none.
|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |