javax.xml.registry.infomodel
Interface InternationalString
public interface InternationalString
- Version:
- $Revision: 57196 $
- Author:
- Scott.Stark@jboss.org
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(String value)
throws JAXRException
- Throws:
JAXRException
setValue
void setValue(Locale locale,
String value)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.