|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.SignLanguage
public class SignLanguage
SignLanguage: Represents a description of a SignLanguage.
Constructor Summary | |
---|---|
SignLanguage()
Create SignLanguage object. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
java.lang.String |
getLanguage()
Get language |
java.lang.String |
getType()
Get type. |
boolean |
isPrimary()
Is this the primary sign language? |
boolean |
isTranslation()
Is this a translation sign language? |
void |
setLanguage(java.lang.String language)
Set language |
void |
setPrimary(boolean primary)
Set primary flag |
void |
setTranslation(boolean translation)
Set translation flag |
void |
setType(java.lang.String type)
Set type |
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 SignLanguage()
Method Detail |
---|
public java.lang.String getLanguage()
public boolean isPrimary()
public boolean isTranslation()
public java.lang.String getType()
public void setType(java.lang.String type)
type
- a string representing the SignLanguage typepublic void setLanguage(java.lang.String language)
language
- a string representing the languagepublic void setPrimary(boolean primary)
primary
- valuepublic void setTranslation(boolean translation)
translation
- 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.Object
public 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 |