|
||||||||||
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. |
|
DATA_PROVIDER
Indicates a required element of the data provider profile. |
|
DISPLAY_OBJECT
Indicates a required element of the display object profile. |
|
EDITABLE_DISPLAY_OBJECT
Indicates a required element of the editable display object profile. |
|
FEATURE
Indicates a required element of the feature profile. |
|
FEATURE_DISPLAY_OBJECT
Indicates a required element of the feature display object profile. |
|
SPATIAL
Indicates a required element of the spatial profile. |
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
public static final ComplianceLevel SPATIAL
public static final ComplianceLevel FEATURE
public static final ComplianceLevel DATA_PROVIDER
public static final ComplianceLevel DISPLAY_OBJECT
public static final ComplianceLevel EDITABLE_DISPLAY_OBJECT
public static final ComplianceLevel FEATURE_DISPLAY_OBJECT
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 |