public enum DublinCoreType extends Enum<DublinCoreType>
| Enum Constant and Description |
|---|
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.
|
IDENTIFIER
An unambiguous reference to the resource within a given context.
|
SOURCE
A related resource from which the described resource is derived.
|
TITLE
A name given to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
static DublinCoreType |
fromName(String name)
Get the Dublin Core Type from the term name
|
String |
getName()
Get the term name
|
String[] |
getSynonyms()
Get the synonymous column names
|
static DublinCoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DublinCoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DublinCoreType DATE
public static final DublinCoreType DESCRIPTION
public static final DublinCoreType FORMAT
public static final DublinCoreType IDENTIFIER
public static final DublinCoreType SOURCE
public static final DublinCoreType TITLE
public static DublinCoreType[] values()
for (DublinCoreType c : DublinCoreType.values()) System.out.println(c);
public static DublinCoreType 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 nullpublic String getName()
public String[] getSynonyms()
public static DublinCoreType fromName(String name)
name - term nameCopyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.