NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Interface LocalizedString

All Known Implementing Classes:
LocalizedStringParser

public interface LocalizedString


Method Summary
 String getCharset()
           
 String getLang()
           
 String getValue()
           
 void setCharset(String charset)
           
 void setLang(String lang)
           
 void setValue(String value)
           
 

Method Detail

getCharset

String getCharset()

getLang

String getLang()

getValue

String getValue()

setCharset

void setCharset(String charset)

setLang

void setLang(String lang)

setValue

void setValue(String value)

NASA World Wind