|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbbc.rd.tvanytime.CaptionLanguage
public class CaptionLanguage
CaptionLanguage: Represents a description of a CaptionLanguage.
| Constructor Summary | |
|---|---|
CaptionLanguage()
Create CaptionLanguage object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones itself. |
java.lang.String |
getLanguage()
Get language |
boolean |
isClosed()
Is this using closed captioning? |
boolean |
isSupplemental()
Is this using supplemental captioning? |
void |
setClosed(boolean closed)
Set closed captioning flag |
void |
setLanguage(java.lang.String language)
Set language |
void |
setSupplemental(boolean supplemental)
Set supplemental captioning flag |
java.lang.String |
toString()
Returns string representation of the audio attributes. |
java.lang.String |
toString(int indent)
Returns string representation of the audio attributes. |
java.lang.String |
toXML()
Returns XML representation of the audio attributes. |
java.lang.String |
toXML(int indent)
Returns XML representation of the audio attributes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CaptionLanguage()
| Method Detail |
|---|
public java.lang.String getLanguage()
public boolean isClosed()
public boolean isSupplemental()
public void setLanguage(java.lang.String language)
language - a string representing the languagepublic void setClosed(boolean closed)
closed - captioning valuepublic void setSupplemental(boolean supplemental)
supplemental - captioning valuepublic java.lang.String toXML()
public java.lang.String toXML(int indent)
indent - Number of tabs with which to indent the string.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(int indent)
indent - Number of tabs with which to indent the string.
public java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||