Uses of Enum Class
org.bremersee.garmin.weblink.v1.model.ext.LanguageT
Packages that use LanguageT
-
Uses of LanguageT in org.bremersee.garmin.weblink.v1.model.ext
Fields in org.bremersee.garmin.weblink.v1.model.ext declared as LanguageTModifier and TypeFieldDescriptionprotected LanguageTLocalizedFormatT.languageprotected LanguageTLocalizedStringT.languageFields in org.bremersee.garmin.weblink.v1.model.ext with type parameters of type LanguageTMethods in org.bremersee.garmin.weblink.v1.model.ext that return LanguageTModifier and TypeMethodDescriptionstatic LanguageTLocalizedFormatT.getLanguage()Gets the value of the language property.LocalizedStringT.getLanguage()Gets the value of the language property.static LanguageTReturns the enum constant of this class with the specified name.static LanguageT[]LanguageT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bremersee.garmin.weblink.v1.model.ext that return types with arguments of type LanguageTModifier and TypeMethodDescriptionSupportedLanguagesT.getSupportedLanguages()Gets the value of the supportedLanguages property.Methods in org.bremersee.garmin.weblink.v1.model.ext with parameters of type LanguageTModifier and TypeMethodDescriptionvoidLocalizedFormatT.setLanguage(LanguageT value) Sets the value of the language property.voidLocalizedStringT.setLanguage(LanguageT value) Sets the value of the language property.