KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > LocalizedString

javax.xml.registry.infomodel
Interface LocalizedString

See Also:
Source Code, InternationalString

public static final String DEFAULT_CHARSET_NAME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getCharsetName()
                      throws JAXRException
See Also:
DEFAULT_CHARSET_NAME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Locale getLocale()
                 throws JAXRException
See Also:
Locale.getDefault()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getValue()
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setCharsetName(String charsetName)
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLocale(Locale locale)
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setValue(String value)
              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags