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) LanguageCodePT_Locale.Wrapper.languageThe language code, ornullif none.Methods in org.apache.sis.internal.jaxb.lan that return LanguageCodeModifier and TypeMethodDescriptionstatic LanguageCodeCreates a new wrapper for the given locale.private LanguageCodePT_Locale.Wrapper.getLanguage()Gets the language code for this PT_Locale.private LanguageCodePT_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 LocaleCountry.getLocale(Context context, LanguageCode language, Country country, Class<?> caller) Returns the locale for the given language and country (which may be null), ornullif none.private voidPT_Locale.Wrapper.setLanguage(LanguageCode newValue) Sets the language code for this PT_Locale.private voidPT_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.