Enum Class CollectionContentType
- All Implemented Interfaces:
Serializable
,Comparable<CollectionContentType>
,Constable
Deprecated.
Types of a (sub) group of elements contained in 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.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.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 CollectionContentType
Deprecated.Returns the enum constant of this class with the specified name.static CollectionContentType[]
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
-
ARCHAEOLOGICAL_OTHER
Deprecated. -
ARCHAEOLOGICAL_HUMAN_REMAINS
Deprecated. -
ARCHAEOLOGICAL_FAUNAL_REMAINS
Deprecated. -
ARCHAEOLOGICAL_FLORAL_REMAINS
Deprecated. -
ARCHAEOLOGICAL_C14
Deprecated. -
ARCHAEOLOGICAL_COPROLITES
Deprecated. -
ARCHAEOLOGICAL_CERAMIC_ARTIFACTS
Deprecated. -
ARCHAEOLOGICAL_FAUNAL_ARTIFACTS
Deprecated. -
ARCHAEOLOGICAL_FLORAL_ARTIFACTS
Deprecated. -
ARCHAEOLOGICAL_LITHIC_ARTIFACTS
Deprecated. -
ARCHAEOLOGICAL_METAL_ARTIFACTS
Deprecated. -
ARCHAEOLOGICAL_TEXTILES_BASKETRY
Deprecated. -
ARCHAEOLOGICAL_TECHONOLOGICAL_PROCESSES_REMAINS
Deprecated. -
ARCHAEOLOGICA_WOODEN_ARTIFACTS
Deprecated. -
BIOLOGICAL_OTHER
Deprecated. -
BIOLOGICAL_LIVING_ORGANISMS
Deprecated. -
BIOLOGICAL_LIVING_CELL_OR_TISSUE_CULTURES
Deprecated. -
BIOLOGICAL_PRESERVED_ORGANISMS
Deprecated. -
BIOLOGICAL_ANIMAL_BUILT_STRUCTURES
Deprecated. -
BIOLOGICAL_ANIMAL_DERIVED
Deprecated. -
BIOLOGICAL_BIOFLUIDS
Deprecated. -
BIOLOGICAL_CELLS_TISSUE
Deprecated. -
BIOLOGICAL_ENDOSKELETONS
Deprecated. -
BIOLOGICAL_EXOSKELETONS
Deprecated. -
BIOLOGICAL_FECES
Deprecated. -
BIOLOGICAL_MOLECULAR_DERIVATES
Deprecated. -
BIOLOGICAL_PLANT_DERIVED
Deprecated. -
HUMAN_DERIVED_OTHER
Deprecated. -
HUMAN_DERIVED_BIOFLUIDS_HUMAN
Deprecated. -
HUMAN_DERIVED_BLOOD_HUMAN
Deprecated. -
HUMAN_DERIVED_CELLS_HUMAN
Deprecated. -
HUMAN_DERIVED_FECES_HUMAN
Deprecated. -
HUMAN_DERIVED_MOLECULAR_DERIVATIVES
Deprecated. -
HUMAN_DERIVED_TISSUE_HUMAN
Deprecated. -
EARTH_PLANETARY_OTHER
Deprecated. -
EARTH_PLANETARY_ASTEROIDS
Deprecated. -
EARTH_PLANETARY_COMETS
Deprecated. -
EARTH_PLANETARY_COSMIC_INTERPLANETARY_DUST
Deprecated. -
EARTH_PLANETARY_GAS
Deprecated. -
EARTH_PLANETARY_GEMS
Deprecated. -
EARTH_PLANETARY_ICE
Deprecated. -
EARTH_PLANETARY_LUNAR_MATERIALS
Deprecated. -
EARTH_PLANETARY_METALS_ORES
Deprecated. -
EARTH_PLANETARY_METEORITES
Deprecated. -
EARTH_PLANETARY_MINERALS
Deprecated. -
EARTH_PLANETARY_ROCKS
Deprecated. -
EARTH_PLANETARY_SEDIMENTS
Deprecated. -
EARTH_PLANETARY_SOILS
Deprecated. -
EARTH_PLANETARY_SPACE_EXPOSED_MATERIALS
Deprecated. -
EARTH_PLANETARY_WATER
Deprecated. -
PALEONTOLOGICAL_OTHER
Deprecated. -
PALEONTOLOGICAL_CONODONTS
Deprecated. -
PALEONTOLOGICAL_INVERTEBRATE_FOSSILS
Deprecated. -
PALEONTOLOGICAL_INVERTEBRATE_MICROFOSSILS
Deprecated. -
PALEONTOLOGICAL_PETRIFIED_WOOD
Deprecated. -
PALEONTOLOGICAL_PLANT_FOSSILS
Deprecated. -
PALEONTOLOGICAL_TRACE_FOSSILS
Deprecated. -
PALEONTOLOGICAL_VERTEBRATE_FOSSILS
Deprecated. -
RECORDS_OTHER
Deprecated. -
RECORDS_SEISMOGRAMS
Deprecated. -
RECORDS_RADIOGRAPH
Deprecated. -
RECORDS_IMAGES
Deprecated. -
RECORDS_DOCUMENTS
Deprecated. -
RECORDS_DOCUMENTATION
Deprecated. -
RECORDS_DERIVED_DATA
Deprecated. -
RECORDS_ASSOCIATED_DATA
Deprecated. -
RECORDS_MAPS
Deprecated. -
RECORDS_RECORDINGS
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.
-