public interface CentraSiteInternationalString
extends javax.xml.registry.infomodel.InternationalString
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 javax.xml.registry.JAXRException
locale
- The Locale for the desired value. If null the default locale is used.javax.xml.registry.JAXRException
- if an internal errors occursboolean containsValue(java.lang.String value) throws javax.xml.registry.JAXRException
value
- the value to be checkedjavax.xml.registry.JAXRException
- if an internal errors occurs