Uses of Enum Class
org.gbif.api.vocabulary.MetadataType
Packages that use MetadataType
Package
Description
-
Uses of MetadataType in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return MetadataTypeMethods in org.gbif.api.model.registry with parameters of type MetadataType -
Uses of MetadataType in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type MetadataTypeModifier and TypeMethodDescriptionDatasetService.listMetadata(UUID datasetKey, MetadataType type) Lists all metadata descriptions available for a dataset and optionally filters them by document type. -
Uses of MetadataType in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return MetadataTypeModifier and TypeMethodDescriptionstatic MetadataTypeMetadataType.fromString(String metadataType) static MetadataTypeReturns the enum constant of this class with the specified name.static MetadataType[]MetadataType.values()Returns an array containing the constants of this enum class, in the order they are declared.