javax.xml.registry.infomodel
Interface InternationalString
public interface InternationalString
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 2006) $
addLocalizedString
void addLocalizedString(LocalizedString localizedString)
throws JAXRException
- Throws:
JAXRException
addLocalizedStrings
void addLocalizedStrings(Collection localizedStrings)
throws JAXRException
- Throws:
JAXRException
getLocalizedString
LocalizedString getLocalizedString(Locale locale,
String charsetName)
throws JAXRException
- Throws:
JAXRException
getLocalizedStrings
Collection getLocalizedStrings()
throws JAXRException
- Throws:
JAXRException
getValue
String getValue()
throws JAXRException
- Throws:
JAXRException
getValue
String getValue(Locale locale)
throws JAXRException
- Throws:
JAXRException
removeLocalizedString
void removeLocalizedString(LocalizedString localizedString)
throws JAXRException
- Throws:
JAXRException
removeLocalizedStrings
void removeLocalizedStrings(Collection localizedStrings)
throws JAXRException
- Throws:
JAXRException
setValue
void setValue(Locale locale,
String value)
throws JAXRException
- Throws:
JAXRException
setValue
void setValue(String value)
throws JAXRException
- Throws:
JAXRException
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.