public interface CentraSiteInternationalString
InternationalString
Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(java.lang.String value)
Check whether one of the localized strings is equal to the given value.
|
java.lang.String |
getLocalStringValue(java.util.Locale locale)
Gets the String value for the specified Locale.
|
java.lang.String getLocalStringValue(java.util.Locale locale) throws JAXRException
locale
- The Locale for the desired value. If null the default locale is used.JAXRException
- if an internal errors occursboolean containsValue(java.lang.String value) throws JAXRException
value
- the value to be checkedJAXRException
- if an internal errors occurs