public interface LocalizedString
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CHARSET_NAME |
static final String DEFAULT_CHARSET_NAME
String getCharsetName() throws JAXRException
JAXRException
Locale getLocale() throws JAXRException
JAXRException
String getValue() throws JAXRException
JAXRException
void setCharsetName(String charsetName) throws JAXRException
JAXRException
void setLocale(Locale locale) throws JAXRException
JAXRException
void setValue(String value) throws JAXRException
JAXRException
Copyright © 2018 JBoss by Red Hat. All rights reserved.