|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
ObjectEnum<ComplianceLevel>
ComplianceLevel
public enum ComplianceLevel
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.
| Enum Constant Summary | |
|---|---|
CORE
Core metadata elements required to identify a dataset, typically for catalogue purposes. |
|
| Method Summary | |
|---|---|
static ComplianceLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComplianceLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ComplianceLevel CORE
Using the recommended optional elements in addition to the mandatory elements will increase inter-operability, allowing users to understand without ambiguity the geographic data and the related metadata provided by either the producer or the distributor.
| Method Detail |
|---|
public static ComplianceLevel[] values()
for (ComplianceLevel c : ComplianceLevel.values()) System.out.println(c);
public static ComplianceLevel valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||