javax.xml.registry.infomodel
Interface InternationalString
public interface InternationalString
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
addLocalizedString
void addLocalizedString(LocalizedString localizedString)
throws JAXRException
- Throws:
JAXRException
addLocalizedStrings
void addLocalizedStrings(java.util.Collection localizedStrings)
throws JAXRException
- Throws:
JAXRException
getLocalizedString
LocalizedString getLocalizedString(java.util.Locale locale,
java.lang.String charsetName)
throws JAXRException
- Throws:
JAXRException
getLocalizedStrings
java.util.Collection getLocalizedStrings()
throws JAXRException
- Throws:
JAXRException
getValue
java.lang.String getValue()
throws JAXRException
- Throws:
JAXRException
getValue
java.lang.String getValue(java.util.Locale locale)
throws JAXRException
- Throws:
JAXRException
removeLocalizedString
void removeLocalizedString(LocalizedString localizedString)
throws JAXRException
- Throws:
JAXRException
removeLocalizedStrings
void removeLocalizedStrings(java.util.Collection localizedStrings)
throws JAXRException
- Throws:
JAXRException
setValue
void setValue(java.util.Locale locale,
java.lang.String value)
throws JAXRException
- Throws:
JAXRException
setValue
void setValue(java.lang.String value)
throws JAXRException
- Throws:
JAXRException
Copyright © 2008. All Rights Reserved.