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 TypeMethodDescriptionvoid
TableOfContents.addDescription
(int key, Language lang, String topic) @javax.validation.constraints.Min(0L) int
DatasetMetrics.getCountNamesByLanguage
(Language language) Number of vernacular names in this checklist dataset by language.TableOfContents.listTopicEntries
(Language lang) void
Description.setLanguage
(Language language) void
VernacularName.setLanguage
(Language language) Method parameters in org.gbif.api.model.checklistbank with type arguments of type LanguageModifier and TypeMethodDescriptionvoid
DatasetMetrics.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 Language
Dataset.getLanguage()
@NotNull Language
Network.getLanguage()
@NotNull Language
Organization.getLanguage()
Methods in org.gbif.api.model.registry with parameters of type LanguageModifier and TypeMethodDescriptionvoid
Dataset.setDataLanguage
(Language dataLanguage) void
Dataset.setLanguage
(Language language) Persisted in the database table.void
Network.setLanguage
(Language language) void
Organization.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 Language
Language.fromIsoCode
(String code) static Language
Returns 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 TypeMethodDescriptionvoid
Language.IsoKeySerializer.serialize
(Language language, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) void
Language.IsoSerializer.serialize
(Language value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)