public interface LocaleMap
Represents a mapping from a requested/given Locale
for a
Coding Scheme Version
. A terminology may not have been translated into all
available languages. In this case a map from
the requested/given Locale
to the most applicable terminology
Locale
must be created.
For a full description on how Locale
s are handled see the main
package description.
Note: The country code of the Locale should be as per
ISO 3166 specification(i.e 2-letter country codes defined in ISO 3166) and
the language code of the Locale should be as per ISO 639 specification
(i.e 2-letter language codes defined in ISO 639).
ETS global wild cards for language code(i.e XX
) and country code
(i.e XX
) are also allowed for Locale. System will
consider these wild cards as a substitution for any
.
Modifier and Type | Method and Description |
---|---|
CodingSchemeVersion |
getCodingSchemeVersion()
Gets the
CodingSchemeVersion object for this LocaleMap
object. |
Locale |
getSourceLocale()
Gets the source
Locale object for this LocaleMap
object. |
Locale |
getTargetLocale()
Gets the target
Locale object for this LocaleMap
object. |
CodingSchemeVersion getCodingSchemeVersion() throws ETSDataException
CodingSchemeVersion
object for this LocaleMap
object. This method uses server-side caching.LocaleMap
objectETSDataException
- If a data transport error occurs.Locale getSourceLocale() throws ETSDataException
Locale
object for this LocaleMap
object.Locale
object for this LocaleMap
objectETSDataException
- If a data transport error occurs.Locale getTargetLocale() throws ETSDataException
Locale
object for this LocaleMap
object.Locale
object for this LocaleMap
objectETSDataException
- If a data transport error occurs.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved