Enum Class PreservationType
- All Implemented Interfaces:
Serializable
,Comparable<PreservationType>
,Constable
Deprecated.
Mechanism of preservation applied to a collection.
Note: The descriptions are the original values migrated from GRBIO.
Deprecated to use the vocabulary server instead.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static PreservationType
Deprecated.Returns the enum constant of this class with the specified name.static PreservationType[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
STORAGE_OUTDOORS
Deprecated. -
STORAGE_INDOORS
Deprecated. -
STORAGE_CONTROLLED_ATMOSPHERE
Deprecated. -
STORAGE_FROZEN_MINUS_20
Deprecated. -
STORAGE_FROZEN_MINUS_80
Deprecated. -
STORAGE_FROZEN_BETWEEN_MINUS_132_AND_MINUS_196
Deprecated. -
STORAGE_OTHER
Deprecated. -
STORAGE_REFRIGERATED
Deprecated. -
STORAGE_RECORDED
Deprecated. -
STORAGE_VACUUM
Deprecated. -
SAMPLE_CRYOPRESERVED
Deprecated. -
SAMPLE_DRIED
Deprecated. -
SAMPLE_EMBEDDED
Deprecated. -
SAMPLE_FLUID_PRESERVED
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. -
SAMPLE_OTHER
Deprecated. -
SAMPLE_FREEZE_DRYING
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getDescription
Deprecated.
-