Uses of Class
org.n52.shetland.inspire.InspireLanguageISO6392B
-
Packages that use InspireLanguageISO6392B Package Description org.n52.shetland.inspire org.n52.shetland.inspire.dls -
-
Uses of InspireLanguageISO6392B in org.n52.shetland.inspire
Methods in org.n52.shetland.inspire that return InspireLanguageISO6392B Modifier and Type Method Description static InspireLanguageISO6392BInspireLanguageISO6392B. fromValue(String v)GetInspireLanguageISO6392Bfor string valuestatic InspireLanguageISO6392BInspireLanguageISO6392B. fromValue(Locale v)GetInspireLanguageISO6392BforLocalestatic InspireLanguageISO6392BInspireLanguageISO6392B. fromValue(InspireEuLanguageISO6392B v)InspireLanguageISO6392BInspireSupportedLanguages. getDefaultLanguage()Get the default languagestatic InspireLanguageISO6392BInspireLanguageISO6392B. valueOf(String name)Returns the enum constant of this type with the specified name.static InspireLanguageISO6392B[]InspireLanguageISO6392B. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.inspire that return types with arguments of type InspireLanguageISO6392B Modifier and Type Method Description Set<InspireLanguageISO6392B>InspireSupportedLanguages. getSupportedLanguages()Get the supported languagesMethods in org.n52.shetland.inspire with parameters of type InspireLanguageISO6392B Modifier and Type Method Description InspireSupportedLanguagesInspireSupportedLanguages. addSupportedLanguage(InspireLanguageISO6392B supportedLanguage)Add the supported languagestatic InspireEuLanguageISO6392BInspireEuLanguageISO6392B. fromValue(InspireLanguageISO6392B v)Method parameters in org.n52.shetland.inspire with type arguments of type InspireLanguageISO6392B Modifier and Type Method Description voidInspireSupportedLanguages. setSupportedLanguages(Collection<InspireLanguageISO6392B> supportedLanguages)Set the supported languages, clears the existing collectionConstructors in org.n52.shetland.inspire with parameters of type InspireLanguageISO6392B Constructor Description InspireSupportedLanguages(InspireLanguageISO6392B defaultLanguage)constructor -
Uses of InspireLanguageISO6392B in org.n52.shetland.inspire.dls
Methods in org.n52.shetland.inspire.dls that return InspireLanguageISO6392B Modifier and Type Method Description InspireLanguageISO6392BInspireCapabilities.InspireExtendedCapabilitiesResponseLanguage. getResponseLanguage()Get the response languageInspireLanguageISO6392BInspireExtendedCapabilities. getResponseLanguage()Methods in org.n52.shetland.inspire.dls with parameters of type InspireLanguageISO6392B Modifier and Type Method Description InspireCapabilities.InspireExtendedCapabilitiesResponseLanguageInspireCapabilities.InspireExtendedCapabilitiesResponseLanguage. setResponseLanguage(InspireLanguageISO6392B responseLanguage)Set the response languageInspireExtendedCapabilitiesInspireExtendedCapabilities. setResponseLanguage(InspireLanguageISO6392B responseLanguage)
-