public enum Vocabularies extends Enum<Vocabularies>
| Enum Constant and Description |
|---|
DARWIN_CORE_ATTRIBUTES
The darwin core attributes.
|
DARWIN_CORE_GERMPLASM_TERMS
The darwin core germplasm terms.
|
DARWIN_CORE_GERMPLASM_TYPES
The darwin core germplasm types.
|
DARWIN_CORE_TERMS
The darwin core terms.
|
DUBLIN_CORE_METADATA_INITIATIVE
The dublin core metadata initiative.
|
DUBLIN_CORE_TERMS
The dublin core terms.
|
FOAF
The foaf.
|
RDF_SCHEMA
The rdf schema.
|
WGS84_GEO_POSITIONING
The WG s84_ ge o_ positioning.
|
XML_SCHEMA
The xml schema.
|
| Modifier and Type | Method and Description |
|---|---|
Class<ModelDocument> |
getDocClass()
Gets the doc class.
|
String |
getURI()
Gets the uri.
|
static Class<ModelDocument> |
lookup(String uri)
Method to look up the Class model wrapping a given RDF target document.
|
static Vocabularies |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vocabularies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vocabularies XML_SCHEMA
public static final Vocabularies RDF_SCHEMA
public static final Vocabularies DUBLIN_CORE_METADATA_INITIATIVE
public static final Vocabularies DUBLIN_CORE_TERMS
public static final Vocabularies FOAF
public static final Vocabularies WGS84_GEO_POSITIONING
public static final Vocabularies DARWIN_CORE_TERMS
public static final Vocabularies DARWIN_CORE_ATTRIBUTES
public static final Vocabularies DARWIN_CORE_GERMPLASM_TYPES
public static final Vocabularies DARWIN_CORE_GERMPLASM_TERMS
public static Vocabularies[] values()
for (Vocabularies c : Vocabularies.values()) System.out.println(c);
public static Vocabularies 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 getURI()
public Class<ModelDocument> getDocClass()
public static Class<ModelDocument> lookup(String uri)
uri - the uriCopyright © 2016. All rights reserved.