当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
InternationalString (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface InternationalString
- public interface InternationalString
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
addLocalizedString
public void addLocalizedString(LocalizedString localizedString)
throws JAXRException
- Throws:
JAXRException
addLocalizedStrings
public void addLocalizedStrings(Collection localizedStrings)
throws JAXRException
- Throws:
JAXRException
getLocalizedString
public LocalizedString getLocalizedString(Locale locale,
String charsetName)
throws JAXRException
- Throws:
JAXRException
getLocalizedStrings
public Collection getLocalizedStrings()
throws JAXRException
- Throws:
JAXRException
getValue
public String getValue()
throws JAXRException
- Throws:
JAXRException
getValue
public String getValue(Locale locale)
throws JAXRException
- Throws:
JAXRException
removeLocalizedString
public void removeLocalizedString(LocalizedString localizedString)
throws JAXRException
- Throws:
JAXRException
removeLocalizedStrings
public void removeLocalizedStrings(Collection localizedStrings)
throws JAXRException
- Throws:
JAXRException
setValue
public void setValue(String value)
throws JAXRException
- Throws:
JAXRException
setValue
public void setValue(Locale locale,
String value)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.