public interface CandidateLocaleMap
Represents a proposed mapping from requested/given Locale
to a 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.
This proposed mapping is used as input to create an actual LocaleMap
for the repository.
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
.
ETSAdministrationService
,
CodingSchemeVersion
,
LocaleMap
Modifier and Type | Method and Description |
---|---|
CodingSchemeVersion |
getCodingSchemeVersion()
Gets the
CodingSchemeVersion object for this CandidateLocaleMap
object. |
Locale |
getSourceLocale()
Gets the source
Locale object for this CandidateLocaleMap
object. |
Locale |
getTargetLocale()
Gets the target
Locale object for this CandidateLocaleMap
object. |
void |
setCodingSchemeVersion(CodingSchemeVersion version)
Sets the
CodingSchemeVersion object for this CandidateLocaleMap
object. |
void |
setSourceLocale(Locale source)
Sets the source
Locale object for this CandidateLocaleMap
object. |
void |
setTargetLocale(Locale target)
Sets the target
Locale object for this CandidateLocaleMap
object. |
CodingSchemeVersion getCodingSchemeVersion()
CodingSchemeVersion
object for this CandidateLocaleMap
object.CandidateLocaleMap
objectLocale getSourceLocale()
Locale
object for this CandidateLocaleMap
object.Locale
object for this CandidateLocaleMap
objectLocale getTargetLocale()
Locale
object for this CandidateLocaleMap
object.Locale
object for this CandidateLocaleMap
objectvoid setCodingSchemeVersion(CodingSchemeVersion version)
CodingSchemeVersion
object for this CandidateLocaleMap
object.version
- object for this CandidateLocaleMap
objectvoid setSourceLocale(Locale source)
Locale
object for this CandidateLocaleMap
object.source
- Locale
object for this CandidateLocaleMap
objectvoid setTargetLocale(Locale target)
Locale
object for this CandidateLocaleMap
object.target
- Locale
object for this CandidateLocaleMap
objectHDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved