Uses of Enum Class
org.gbif.api.vocabulary.Language
Packages that use Language
Package
Description
Provides the classes necessary to construct read only requests to well defined cubes.
-
Uses of Language in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return LanguageModifier and TypeMethodDescriptionDescription.getLanguage()ISO 639-1 language code used for the description.VernacularName.getLanguage()ISO 639-1 language code used for the vernacular name value.Methods in org.gbif.api.model.checklistbank that return types with arguments of type LanguageModifier and TypeMethodDescriptionDatasetMetrics.getCountNamesByLanguage()TableOfContents.getToc()TableOfContents.listLanguages()Methods in org.gbif.api.model.checklistbank with parameters of type LanguageModifier and TypeMethodDescriptionvoidTableOfContents.addDescription(int key, Language lang, String topic) @javax.validation.constraints.Min(0L) intDatasetMetrics.getCountNamesByLanguage(Language language) Number of vernacular names in this checklist dataset by language.TableOfContents.listTopicEntries(Language lang) voidDescription.setLanguage(Language language) voidVernacularName.setLanguage(Language language) Method parameters in org.gbif.api.model.checklistbank with type arguments of type LanguageModifier and TypeMethodDescriptionvoidDatasetMetrics.setCountNamesByLanguage(Map<Language, Integer> countNamesByLanguage) -
Uses of Language in org.gbif.api.model.metrics.cube
Methods in org.gbif.api.model.metrics.cube with parameters of type LanguageModifier and TypeMethodDescriptionAdds an language type dimension to the address.Method parameters in org.gbif.api.model.metrics.cube with type arguments of type LanguageModifier and TypeMethodDescriptionAdds an language type dimension to the address. -
Uses of Language in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return LanguageModifier and TypeMethodDescriptionDataset.getDataLanguage()@NotNull LanguageDataset.getLanguage()@NotNull LanguageNetwork.getLanguage()@NotNull LanguageOrganization.getLanguage()Methods in org.gbif.api.model.registry with parameters of type LanguageModifier and TypeMethodDescriptionvoidDataset.setDataLanguage(Language dataLanguage) voidDataset.setLanguage(Language language) Persisted in the database table.voidNetwork.setLanguage(Language language) voidOrganization.setLanguage(Language language) -
Uses of Language in org.gbif.api.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type LanguageMethods in org.gbif.api.vocabulary that return LanguageModifier and TypeMethodDescriptionLanguage.LenientDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) static LanguageLanguage.fromIsoCode(String code) static LanguageReturns the enum constant of this class with the specified name.static Language[]Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.vocabulary with parameters of type LanguageModifier and TypeMethodDescriptionvoidLanguage.IsoKeySerializer.serialize(Language language, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) voidLanguage.IsoSerializer.serialize(Language value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)