|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.spi.util.MultilingualString
public final class MultilingualString
A string that has an associated language code.
Constructor Summary | |
---|---|
MultilingualString(String s,
String languageCode)
Initialize a new MultilingualString. |
Method Summary | |
---|---|
String |
getLanguageCode()
Return the language code. |
String |
getString()
Return the string. |
String |
toString()
Return a string representation of this object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MultilingualString(String s, String languageCode)
s
- The string that is in the given language.languageCode
- The language code encoded as per ISO 639.2.Method Detail |
---|
public String getString()
public String getLanguageCode()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |