public enum EnumDublinCoreElements extends Enum<EnumDublinCoreElements>
| Enum Constant and Description |
|---|
CHECKSUM
An entity to provide a generated checksum for the corresponding file.
|
CONTRIBUTOR
An entity responsible for making contributions to the resource
|
COVERAGE
The spatial or temporal topic of the resource, the spatial applicability
of the resource, or the jurisdiction under which the resource is relevant
|
CREATOR
An entity primarily responsible for making the resource
|
DATE
A point or period of time associated with an event in the lifecycle of
the resource.
|
DESCRIPTION
An account of the resource
|
FORMAT
The file format, physical medium, or dimensions of the resource specified
as MIME
|
IDENTIFIER
An unambiguous reference to the resource within a given context.
|
LANGUAGE
A language of the resource. we use RFC4646
|
PUBLISHER
An entity responsible for making the resource available.
|
RELATION
A related resource.
|
RIGHTS
Information about rights held in and over the resource includes a
statement about various property rights associated with the resource,
including intellectual property rights.
|
SIZE
Unstructured size information about the resource.
|
SOURCE
A related resource from which the described resource is derived.
|
SUBJECT
The topic of the resource, e.g. keywords
|
TITLE
A name given to the resource.
|
TYPE
The nature or genre of the resource. we use use the DCMI Type Vocabulary
DCMITYPE
|
| Modifier and Type | Method and Description |
|---|---|
static EnumDublinCoreElements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumDublinCoreElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDublinCoreElements CHECKSUM
public static final EnumDublinCoreElements CONTRIBUTOR
public static final EnumDublinCoreElements COVERAGE
public static final EnumDublinCoreElements CREATOR
public static final EnumDublinCoreElements DATE
public static final EnumDublinCoreElements DESCRIPTION
public static final EnumDublinCoreElements FORMAT
public static final EnumDublinCoreElements IDENTIFIER
public static final EnumDublinCoreElements LANGUAGE
public static final EnumDublinCoreElements PUBLISHER
public static final EnumDublinCoreElements RELATION
public static final EnumDublinCoreElements RIGHTS
public static final EnumDublinCoreElements SIZE
public static final EnumDublinCoreElements SOURCE
public static final EnumDublinCoreElements SUBJECT
public static final EnumDublinCoreElements TITLE
public static final EnumDublinCoreElements TYPE
public static EnumDublinCoreElements[] values()
for (EnumDublinCoreElements c : EnumDublinCoreElements.values()) System.out.println(c);
public static EnumDublinCoreElements valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.