public interface RatingDimension
RatingDimension
interface represents an
individual content rating scheme against which program events are
rated. Each rating region may support multiple rating
dimensions. One dimension in the U.S. rating region, for example,
is used to describe the MPAA list. The dimension name for such a
case may be defined as "MPAA". Another example of a rating
dimension may be an age-based DVB rating.ProgramEvent
,
ContentRatingAdvisory
Modifier and Type | Method and Description |
---|---|
String |
getDimensionName()
Returns a string which represents the dimension name being described by
this object.
|
short |
getNumberOfLevels()
Returns the number of levels defined for this dimension.
|
String[] |
getRatingLevelDescription(short ratingLevel)
Returns a pair of strings describing the specified rating level for
this dimension.
|
String getDimensionName()
short getNumberOfLevels()
String[] getRatingLevelDescription(short ratingLevel) throws SIException
ratingLevel
- The rating level for which to retrieve the
textual description.SIException
- If ratingLevel
is not valid for
this RatingDimension
.ContentRatingAdvisory.getRatingLevel(java.lang.String)
Copyright © 2013 CableLabs. All rights reserved.