KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry.infomodel
Interface InternationalString

See Also:
Top Examples, Source Code, LocalizedString

public void addLocalizedString(LocalizedString localizedString)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addLocalizedStrings(Collection localizedStrings)
                         throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LocalizedString getLocalizedString(Locale locale,
                                          String charsetName)
                                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getLocalizedStrings()
                               throws JAXRException
See Also:
LocalizedString
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 String getValue(Locale locale)
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeLocalizedString(LocalizedString localizedString)
                           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeLocalizedStrings(Collection localizedStrings)
                            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  


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

Popular Tags