|
GData JavaScript Client 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.mediarss.MediaRating
Describes a media rating.
Defined in gdata.js
Field Summary | |
{string|undefined} |
$t
The rating value. |
{string|undefined} |
scheme
URI that identifies the rating scheme. |
<static> <final> {string} |
SCHEME_DEFAULT_SCHEME
Default rating scheme. |
Constructor Summary | |
google.gdata.mediarss.MediaRating(<Object> opt_params)
Constructs a media rating using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getContent()
Returns the the rating value. |
string|undefined
|
getScheme()
Returns the URI that identifies the rating scheme. |
void
|
setContent(<string|undefined> content)
Sets the the rating value. |
void
|
setScheme(<string|undefined> scheme)
Sets the URI that identifies the rating scheme. |
Field Detail |
{string|undefined} $t
{string|undefined} scheme
<static> <final> {string} SCHEME_DEFAULT_SCHEME
Constructor Detail |
google.gdata.mediarss.MediaRating(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: content and scheme.
Method Detail |
string|undefined getContent()
string|undefined getScheme()
void setContent(<string|undefined> content)
content
- The rating value or undefined for none.
void setScheme(<string|undefined> scheme)
scheme
- URI that identifies the rating scheme or undefined for none.
|
GData JavaScript Client 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |