- All Implemented Interfaces:
Serializable
,Comparable<ComplianceLevel>
,Constable
Deprecated.
has never been used outside a few metadata classes,
and core profile is not defined anymore in latest ISO 19115.
Compliance level for elements. The international standards defines an extensive set of
metadata elements. Typically only a subset of the full number of elements is used.
However, it is essential that a basic minimum number of metadata elements be maintained
for a dataset.
- Since:
- 2.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Core metadata elements required to identify a dataset, typically for catalogue purposes. -
Method Summary
Modifier and TypeMethodDescriptionstatic ComplianceLevel
Deprecated.Returns the enum constant of this class with the specified name.static ComplianceLevel[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CORE
Deprecated.Core metadata elements required to identify a dataset, typically for catalogue purposes. This level specifies metadata elements answering the following questions:- Does a dataset on a specific topic exist (what)?
- For a specific place (where)?
- For a specific date or period (when)?
- A point of contact to learn more about or order the dataset (who)?
-
-
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
-