Package | Description |
---|---|
javax.xml.registry |
This package defines APIs to access and programatically interact with metadata registries.
|
javax.xml.registry.infomodel |
This package defines interfaces that define the information model for metadata registries.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
LifeCycleManager.createLocalizedString(Locale l,
String s)
Creates a LocalizedString instance using the specified
Locale and String parameters.
|
LocalizedString |
LifeCycleManager.createLocalizedString(Locale l,
String s,
String charSetName)
Creates a LocalizedString instance using the specified
Locale, String, and character set parameters.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
InternationalString.getLocalizedString(Locale locale,
String charsetName)
Gets the LocalizedString for the specified Locale and charsetName.
|
Modifier and Type | Method and Description |
---|---|
void |
InternationalString.addLocalizedString(LocalizedString localizedString)
Adds a LocalizedString to this object.
|
void |
InternationalString.removeLocalizedString(LocalizedString localizedString)
Removes a LocalizedString from this object.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.