Uses of Interface
javax.xml.registry.infomodel.LocalizedString
-
Packages that use LocalizedString Package Description javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.javax.xml.registry.infomodel This package describes the information model for the Jakarta XML Registries API. -
-
Uses of LocalizedString in javax.xml.registry
Methods in javax.xml.registry that return LocalizedString Modifier and Type Method Description LocalizedStringLifeCycleManager. createLocalizedString(Locale l, String s)Creates a LocalizedString instance using the specified Locale and String parameters.LocalizedStringLifeCycleManager. createLocalizedString(Locale l, String s, String charSetName)Creates a LocalizedString instance using the specified Locale, String, and character set parameters. -
Uses of LocalizedString in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return LocalizedString Modifier and Type Method Description LocalizedStringInternationalString. getLocalizedString(Locale locale, String charsetName)Gets the LocalizedString for the specified Locale and charsetName.Methods in javax.xml.registry.infomodel with parameters of type LocalizedString Modifier and Type Method Description voidInternationalString. addLocalizedString(LocalizedString localizedString)Adds a LocalizedString to this object.voidInternationalString. removeLocalizedString(LocalizedString localizedString)Removes a LocalizedString from this object.
-