Uses of Class
org.apache.sis.internal.jaxb.lan.LanguageCode
Packages that use LanguageCode
Package
Description
Miscellaneous objects and adapters defined in the
"lan"
namespace.-
Uses of LanguageCode in org.apache.sis.internal.jaxb.lan
Fields in org.apache.sis.internal.jaxb.lan declared as LanguageCodeModifier and TypeFieldDescription(package private) LanguageCode
PT_Locale.Wrapper.language
The language code, ornull
if none.Methods in org.apache.sis.internal.jaxb.lan that return LanguageCodeModifier and TypeMethodDescriptionstatic LanguageCode
Creates a new wrapper for the given locale.private LanguageCode
PT_Locale.Wrapper.getLanguage()
Gets the language code for this PT_Locale.private LanguageCode
PT_Locale.Wrapper.getLanguageCode()
Gets the language code for this PT_Locale.Converts the locale to the object to be marshalled in a XML file or stream.Methods in org.apache.sis.internal.jaxb.lan with parameters of type LanguageCodeModifier and TypeMethodDescriptionstatic Locale
Country.getLocale
(Context context, LanguageCode language, Country country, Class<?> caller) Returns the locale for the given language and country (which may be null), ornull
if none.private void
PT_Locale.Wrapper.setLanguage
(LanguageCode newValue) Sets the language code for this PT_Locale.private void
PT_Locale.Wrapper.setLanguageCode
(LanguageCode newValue) Sets the language code for this PT_Locale.LocaleAdapter.unmarshal
(LanguageCode value) Converts the locale read from a XML stream to the object containing the value.