Uses of Enum Class
org.gbif.api.vocabulary.PreservationMethodType
Packages that use PreservationMethodType
-
Uses of PreservationMethodType in org.gbif.api.model.registry.eml
Methods in org.gbif.api.model.registry.eml that return PreservationMethodTypeModifier and TypeMethodDescriptionCollection.getSpecimenPreservationMethod()
Picklist keyword indicating the process or technique used to prevent physical deterioration of non-living collections.Methods in org.gbif.api.model.registry.eml with parameters of type PreservationMethodTypeModifier and TypeMethodDescriptionvoid
Collection.setSpecimenPreservationMethod
(PreservationMethodType specimenPreservationMethod) Constructors in org.gbif.api.model.registry.eml with parameters of type PreservationMethodTypeModifierConstructorDescriptionCollection
(String name, String parentIdentifier, String identifier, PreservationMethodType specimenPreservationMethod, List<CuratorialUnitComposite> curatorialUnits) -
Uses of PreservationMethodType in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return PreservationMethodTypeModifier and TypeMethodDescriptionstatic PreservationMethodType
Returns the enum constant of this class with the specified name.static PreservationMethodType[]
PreservationMethodType.values()
Returns an array containing the constants of this enum class, in the order they are declared.