|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteInternationalString
Provide CentraSite specific extensions for the JAXR InternationalString interface.
InternationalString
Method Summary | |
---|---|
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. |
Methods inherited from interface javax.xml.registry.infomodel.InternationalString |
---|
addLocalizedString, addLocalizedStrings, getLocalizedString, getLocalizedStrings, getValue, getValue, removeLocalizedString, removeLocalizedStrings, setValue, setValue |
Method Detail |
---|
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
boolean containsValue(java.lang.String value) throws javax.xml.registry.JAXRException
value
- the value to be checked
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |