站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

LocalizedString (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.xml.registry.infomodel
Interface LocalizedString


public interface LocalizedString

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Field Summary
static String DEFAULT_CHARSET_NAME
           
 
Method Summary
 String getCharsetName()
           
 Locale getLocale()
           
 String getValue()
           
 void setCharsetName(String charsetName)
           
 void setLocale(Locale locale)
           
 void setValue(String value)
           
 

Field Detail

DEFAULT_CHARSET_NAME

public static final String DEFAULT_CHARSET_NAME
See Also:
Constant Field Values
Method Detail

getCharsetName

public String getCharsetName()
                      throws JAXRException
Throws:
JAXRException

getLocale

public Locale getLocale()
                 throws JAXRException
Throws:
JAXRException

getValue

public String getValue()
                throws JAXRException
Throws:
JAXRException

setCharsetName

public void setCharsetName(String charsetName)
                    throws JAXRException
Throws:
JAXRException

setLocale

public void setLocale(Locale locale)
               throws JAXRException
Throws:
JAXRException

setValue

public void setValue(String value)
              throws JAXRException
Throws:
JAXRException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.