@Deprecated public enum PreservationType extends Enum<PreservationType>
Enum Constant and Description |
---|
SAMPLE_CRYOPRESERVED
Deprecated.
|
SAMPLE_DRIED
Deprecated.
|
SAMPLE_EMBEDDED
Deprecated.
|
SAMPLE_FLUID_PRESERVED
Deprecated.
|
SAMPLE_FREEZE_DRYING
Deprecated.
|
SAMPLE_OTHER
Deprecated.
|
SAMPLE_PINNED
Deprecated.
|
SAMPLE_PRESSED
Deprecated.
|
SAMPLE_SKELETONIZED
Deprecated.
|
SAMPLE_SLIDE_MOUNT
Deprecated.
|
SAMPLE_SURFACE_COATING
Deprecated.
|
SAMPLE_TANNED
Deprecated.
|
SAMPLE_WAX_BLOCK
Deprecated.
|
STORAGE_CONTROLLED_ATMOSPHERE
Deprecated.
|
STORAGE_FROZEN_BETWEEN_MINUS_132_AND_MINUS_196
Deprecated.
|
STORAGE_FROZEN_MINUS_20
Deprecated.
|
STORAGE_FROZEN_MINUS_80
Deprecated.
|
STORAGE_INDOORS
Deprecated.
|
STORAGE_OTHER
Deprecated.
|
STORAGE_OUTDOORS
Deprecated.
|
STORAGE_RECORDED
Deprecated.
|
STORAGE_REFRIGERATED
Deprecated.
|
STORAGE_VACUUM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Deprecated.
|
static PreservationType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PreservationType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreservationType STORAGE_OUTDOORS
public static final PreservationType STORAGE_INDOORS
public static final PreservationType STORAGE_CONTROLLED_ATMOSPHERE
public static final PreservationType STORAGE_FROZEN_MINUS_20
public static final PreservationType STORAGE_FROZEN_MINUS_80
public static final PreservationType STORAGE_FROZEN_BETWEEN_MINUS_132_AND_MINUS_196
public static final PreservationType STORAGE_OTHER
public static final PreservationType STORAGE_REFRIGERATED
public static final PreservationType STORAGE_RECORDED
public static final PreservationType STORAGE_VACUUM
public static final PreservationType SAMPLE_CRYOPRESERVED
public static final PreservationType SAMPLE_DRIED
public static final PreservationType SAMPLE_EMBEDDED
public static final PreservationType SAMPLE_FLUID_PRESERVED
public static final PreservationType SAMPLE_PINNED
public static final PreservationType SAMPLE_PRESSED
public static final PreservationType SAMPLE_SKELETONIZED
public static final PreservationType SAMPLE_SLIDE_MOUNT
public static final PreservationType SAMPLE_SURFACE_COATING
public static final PreservationType SAMPLE_TANNED
public static final PreservationType SAMPLE_WAX_BLOCK
public static final PreservationType SAMPLE_OTHER
public static final PreservationType SAMPLE_FREEZE_DRYING
public static PreservationType[] values()
for (PreservationType c : PreservationType.values()) System.out.println(c);
public static PreservationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDescription()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.