Uses of Class
org.gbif.api.model.registry.eml.TaxonomicCoverage
-
Packages that use TaxonomicCoverage Package Description org.gbif.api.model.registry.eml -
-
Uses of TaxonomicCoverage in org.gbif.api.model.registry.eml
Methods in org.gbif.api.model.registry.eml that return types with arguments of type TaxonomicCoverage Modifier and Type Method Description List<TaxonomicCoverage>
TaxonomicCoverages. getCoverages()
Methods in org.gbif.api.model.registry.eml with parameters of type TaxonomicCoverage Modifier and Type Method Description void
TaxonomicCoverages. addCoverages(TaxonomicCoverage coverage)
Method parameters in org.gbif.api.model.registry.eml with type arguments of type TaxonomicCoverage Modifier and Type Method Description void
TaxonomicCoverages. setCoverages(List<TaxonomicCoverage> coverages)
Constructor parameters in org.gbif.api.model.registry.eml with type arguments of type TaxonomicCoverage Constructor Description TaxonomicCoverages(String description, List<TaxonomicCoverage> coverages)
-