Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X 

A

AcefTerm - Enum in org.gbif.dwc.terms
As per CoL Data Submission Format, ver.
AcTerm - Enum in org.gbif.dwc.terms
All Audiovisual Core terms with namespace http://rs.tdwg.org/ac/terms/.
alternativeNames() - Method in enum org.gbif.dwc.terms.AcefTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.AcTerm
 
AlternativeNames - Interface in org.gbif.dwc.terms
Optional interface for terms that have known alternative simple names the TermFactory should be aware of.
alternativeNames() - Method in interface org.gbif.dwc.terms.AlternativeNames
 
alternativeNames() - Method in enum org.gbif.dwc.terms.ChronoTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.DcElement
 
alternativeNames() - Method in enum org.gbif.dwc.terms.DcTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.DwcaTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.DwcTerm
Array of alternative simple names in use for the term.
alternativeNames() - Method in enum org.gbif.dwc.terms.ExifTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.GadmTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.GbifDnaTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.GbifInternalTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.GbifMiqeTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.GbifTerm
Array of alternative simple names in use for the term.
alternativeNames() - Method in enum org.gbif.dwc.terms.GermplasmTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.GgbnTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.IptcTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.IucnTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.MixsTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.ObisTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.PhotoshopTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.PlaziTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.Wgs84GeoPositioningTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.XmpRightsTerm
 
alternativeNames() - Method in enum org.gbif.dwc.terms.XmpTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.ChronoTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.DcElement
 
alternatives - Variable in enum org.gbif.dwc.terms.DcTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.ExifTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.GbifDnaTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.GbifMiqeTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.GermplasmTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.GgbnTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.IptcTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.MixsTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.ObisTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.PhotoshopTerm
 
alternatives - Variable in enum org.gbif.dwc.terms.Wgs84GeoPositioningTerm
 

B

BibTexTerm - Class in org.gbif.dwc.terms
 
BibTexTerm(String) - Constructor for class org.gbif.dwc.terms.BibTexTerm
 
build(String) - Static method in class org.gbif.dwc.terms.UnknownTerm
 
build(String, boolean) - Static method in class org.gbif.dwc.terms.UnknownTerm
 
build(String, String) - Static method in class org.gbif.dwc.terms.UnknownTerm
 
build(String, String, boolean) - Static method in class org.gbif.dwc.terms.UnknownTerm
 
buildFromPrefix(String) - Static method in class org.gbif.dwc.terms.BibTexTerm
 
buildFromURI(String) - Static method in class org.gbif.dwc.terms.BibTexTerm
 

C

ChronoTerm - Enum in org.gbif.dwc.terms
All Chronometric terms with namespace http://rs.tdwg.org/chrono/terms/.
CLASS_TERM - Static variable in class org.gbif.dwc.terms.BibTexTerm
 
CLASS_TERMS - Static variable in enum org.gbif.dwc.terms.DwcTerm
List of all class terms in dwc.
compare(Term, Term) - Method in class org.gbif.dwc.terms.TermComparator
 

D

DcElement - Enum in org.gbif.dwc.terms
All Dublin Core terms with namespace http://purl.org/dc/elements/1.1/.
DcTerm - Enum in org.gbif.dwc.terms
All Dublin Core terms with namespace http://purl.org/dc/terms/.
deserialize(JsonParser, DeserializationContext) - Method in class org.gbif.dwc.terms.jackson.TermDeserializer
 
deserializeKey(String, DeserializationContext) - Method in class org.gbif.dwc.terms.jackson.TermKeyDeserializer
 
DwcaTerm - Enum in org.gbif.dwc.terms
Darwin Core Archive terms with namespace http://rs.tdwg.org/dwc/text/.
DwcModule - Class in org.gbif.dwc.terms.jackson
 
DwcModule() - Constructor for class org.gbif.dwc.terms.jackson.DwcModule
 
DwcTerm - Enum in org.gbif.dwc.terms
All Darwin Core terms with namespace http://rs.tdwg.org/dwc/terms/ as an enumeration with alternative term names found sometimes in data.

E

equals(Object) - Method in class org.gbif.dwc.terms.BibTexTerm
 
equals(Object) - Method in class org.gbif.dwc.terms.UnknownTerm
 
ExifTerm - Enum in org.gbif.dwc.terms
All Adobe EXIF terms with namespace http://ns.adobe.com/exif/1.0/.

F

findClassTerm(String) - Method in class org.gbif.dwc.terms.TermFactory
This method works just as findTerm(final String termName) but restricts the results to just class terms.
findPropertyTerm(String) - Method in class org.gbif.dwc.terms.TermFactory
This method works just as findTerm(final String termName) but restricts the results to just property terms.
findTerm(String) - Method in class org.gbif.dwc.terms.TermFactory
This is the main method to get a term from the factory searching both for property or class terms.
findTerm(String, boolean) - Method in class org.gbif.dwc.terms.TermFactory
This method works just as findTerm(final String termName) but restricts the results to just property or class terms.

G

GadmTerm - Enum in org.gbif.dwc.terms
 
GbifDnaTerm - Enum in org.gbif.dwc.terms
Terms defined in the DNA extension.
GbifInternalTerm - Enum in org.gbif.dwc.terms
Internal GBIF terms used for processing, fragmenting, crawling, ...
GbifMiqeTerm - Enum in org.gbif.dwc.terms
Terms defined in the DNA extension.
GbifTerm - Enum in org.gbif.dwc.terms
 
GermplasmTerm - Enum in org.gbif.dwc.terms
All Germplasm terms with namespace http://purl.org/germplasm/germplasmTerm#.
getGroup() - Method in enum org.gbif.dwc.terms.DwcTerm
The optional group the term is grouped in.
getGroup() - Method in enum org.gbif.dwc.terms.GbifTerm
The optional group the term is grouped in.
getValueOfFirst(Map<Term, String>, Term...) - Static method in class org.gbif.dwc.terms.Terms
Tries various terms in given order until it finds a non empty value.
getVocabularyBackedTerms() - Static method in class org.gbif.dwc.terms.Terms
Returns all the Term that are annotated with Vocabulary.
GgbnTerm - Enum in org.gbif.dwc.terms
All GGBN terms with namespace http://data.ggbn.org/schemas/ggbn/terms/.
GROUP_CRAWLING - Static variable in enum org.gbif.dwc.terms.GbifTerm
 
GROUP_DATASET - Static variable in enum org.gbif.dwc.terms.GbifTerm
 
GROUP_EVENT - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_GEOLOGICALCONTEXT - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_IDENTIFICATION - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_LOCATION - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_MATERIAL_ENTITY - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_MATERIAL_SAMPLE - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_MEASUREMENTORFACT - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_OCCURRENCE - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_ORGANISM - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_RECORD - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_RESOURCERELATIONSHIP - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_ROW_TYPE - Static variable in enum org.gbif.dwc.terms.GbifTerm
 
GROUP_SPECIES_DISTRIBUTION_EXTENSION - Static variable in enum org.gbif.dwc.terms.GbifTerm
 
GROUP_SPECIES_PROFILE_EXTENSION - Static variable in enum org.gbif.dwc.terms.GbifTerm
 
GROUP_TAXON - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
GROUP_VERNACULAR_NAME_EXTENSION - Static variable in enum org.gbif.dwc.terms.GbifTerm
 
GROUPS - Static variable in enum org.gbif.dwc.terms.DwcTerm
Lists all term groups in the order given on the Darwin Core Quick Reference Guide.
GROUPS - Static variable in enum org.gbif.dwc.terms.GbifTerm
Lists all GBIF term groups.

H

hashCode() - Method in class org.gbif.dwc.terms.BibTexTerm
 
hashCode() - Method in class org.gbif.dwc.terms.UnknownTerm
 
HIGHER_RANKS - Static variable in enum org.gbif.dwc.terms.DwcTerm
List of all higher rank terms in dwc, ordered by rank and starting with kingdom.

I

instance() - Static method in class org.gbif.dwc.terms.TermFactory
 
IptcTerm - Enum in org.gbif.dwc.terms
All International Press Telecommunications Council terms with namespace http://iptc.org/std/Iptc4xmpExt/2008-02-29/.
isClass() - Method in enum org.gbif.dwc.terms.AcefTerm
 
isClass() - Method in enum org.gbif.dwc.terms.AcTerm
 
isClass() - Method in class org.gbif.dwc.terms.BibTexTerm
 
isClass() - Method in enum org.gbif.dwc.terms.ChronoTerm
 
isClass() - Method in enum org.gbif.dwc.terms.DcElement
 
isClass() - Method in enum org.gbif.dwc.terms.DcTerm
 
isClass() - Method in enum org.gbif.dwc.terms.DwcaTerm
 
isClass() - Method in enum org.gbif.dwc.terms.DwcTerm
 
isClass() - Method in enum org.gbif.dwc.terms.ExifTerm
 
isClass() - Method in enum org.gbif.dwc.terms.GadmTerm
 
isClass() - Method in enum org.gbif.dwc.terms.GbifDnaTerm
 
isClass() - Method in enum org.gbif.dwc.terms.GbifInternalTerm
 
isClass() - Method in enum org.gbif.dwc.terms.GbifMiqeTerm
 
isClass() - Method in enum org.gbif.dwc.terms.GbifTerm
 
isClass() - Method in enum org.gbif.dwc.terms.GermplasmTerm
 
isClass - Variable in enum org.gbif.dwc.terms.GgbnTerm
 
isClass() - Method in enum org.gbif.dwc.terms.GgbnTerm
 
isClass() - Method in enum org.gbif.dwc.terms.IptcTerm
 
isClass() - Method in enum org.gbif.dwc.terms.IucnTerm
 
isClass() - Method in enum org.gbif.dwc.terms.MixsTerm
 
isClass() - Method in enum org.gbif.dwc.terms.ObisTerm
 
isClass() - Method in enum org.gbif.dwc.terms.PhotoshopTerm
 
isClass() - Method in enum org.gbif.dwc.terms.PlaziTerm
 
isClass() - Method in interface org.gbif.dwc.terms.Term
Informs if a term is generally used as a class term, i.e.
isClass() - Method in class org.gbif.dwc.terms.UnknownTerm
 
isClass() - Method in enum org.gbif.dwc.terms.Wgs84GeoPositioningTerm
 
isClass() - Method in enum org.gbif.dwc.terms.XmpRightsTerm
 
isClass() - Method in enum org.gbif.dwc.terms.XmpTerm
 
isDeprecated() - Method in enum org.gbif.dwc.terms.GbifTerm
 
isTermValueBlank(String) - Static method in class org.gbif.dwc.terms.Terms
Check if the value provided should be considered "blank" in the context of a Term value.
isVocabulary(Term) - Static method in class org.gbif.dwc.terms.Terms
 
IucnTerm - Enum in org.gbif.dwc.terms
 

L

listByGroup(String) - Static method in enum org.gbif.dwc.terms.DwcTerm
List all terms that belong to a given group.
listByGroup(String) - Static method in enum org.gbif.dwc.terms.GbifTerm
List all terms that belong to a given group.
listRegisteredTermEnums() - Method in class org.gbif.dwc.terms.TermFactory
 

M

MixsTerm - Enum in org.gbif.dwc.terms
All GenSC (Genomics Standards Consortium) Minimum Information about any Sequence (MIxS) terms with namespace https://w3id.org/mixs/ or https://w3id.org/gensc/terms/MIXS:.

N

namespace() - Method in enum org.gbif.dwc.terms.AcefTerm
 
namespace() - Method in enum org.gbif.dwc.terms.AcTerm
 
namespace() - Method in class org.gbif.dwc.terms.BibTexTerm
 
namespace() - Method in enum org.gbif.dwc.terms.ChronoTerm
 
namespace() - Method in enum org.gbif.dwc.terms.DcElement
 
namespace() - Method in enum org.gbif.dwc.terms.DcTerm
 
namespace() - Method in enum org.gbif.dwc.terms.DwcaTerm
 
namespace() - Method in enum org.gbif.dwc.terms.DwcTerm
 
namespace() - Method in enum org.gbif.dwc.terms.ExifTerm
 
namespace() - Method in enum org.gbif.dwc.terms.GadmTerm
 
namespace() - Method in enum org.gbif.dwc.terms.GbifDnaTerm
 
namespace() - Method in enum org.gbif.dwc.terms.GbifInternalTerm
 
namespace() - Method in enum org.gbif.dwc.terms.GbifMiqeTerm
 
namespace() - Method in enum org.gbif.dwc.terms.GbifTerm
 
namespace() - Method in enum org.gbif.dwc.terms.GermplasmTerm
 
namespace() - Method in enum org.gbif.dwc.terms.GgbnTerm
 
namespace() - Method in enum org.gbif.dwc.terms.IptcTerm
 
namespace() - Method in enum org.gbif.dwc.terms.IucnTerm
 
namespace() - Method in enum org.gbif.dwc.terms.MixsTerm
 
namespace() - Method in enum org.gbif.dwc.terms.ObisTerm
 
namespace() - Method in enum org.gbif.dwc.terms.PhotoshopTerm
 
namespace() - Method in enum org.gbif.dwc.terms.PlaziTerm
 
namespace() - Method in interface org.gbif.dwc.terms.Term
The namespace the terms are in.
namespace() - Method in class org.gbif.dwc.terms.UnknownTerm
 
namespace() - Method in enum org.gbif.dwc.terms.Wgs84GeoPositioningTerm
 
namespace() - Method in enum org.gbif.dwc.terms.XmpRightsTerm
 
namespace() - Method in enum org.gbif.dwc.terms.XmpTerm
 
normaliseTerm(String) - Static method in class org.gbif.dwc.terms.TermFactory
 
normAlts - Variable in enum org.gbif.dwc.terms.DwcTerm
 
normAlts - Variable in enum org.gbif.dwc.terms.GadmTerm
 
normAlts - Variable in enum org.gbif.dwc.terms.GbifTerm
 
normAlts - Variable in enum org.gbif.dwc.terms.IucnTerm
 
normQName - Variable in enum org.gbif.dwc.terms.DwcTerm
 
NS - Static variable in class org.gbif.dwc.terms.BibTexTerm
 
NS_URI - Static variable in class org.gbif.dwc.terms.BibTexTerm
 

O

ObisTerm - Enum in org.gbif.dwc.terms
All OBIS terms with namespace http://rs.iobis.org/obis/terms/.
org.gbif.dwc.terms - package org.gbif.dwc.terms
 
org.gbif.dwc.terms.jackson - package org.gbif.dwc.terms.jackson
 

P

PhotoshopTerm - Enum in org.gbif.dwc.terms
All Adobe Photoshop terms with namespace http://ns.adobe.com/photoshop/1.0/.
PlaziTerm - Enum in org.gbif.dwc.terms
Terms used in DwC archives from https://plazi.org
prefix() - Method in enum org.gbif.dwc.terms.AcefTerm
 
prefix() - Method in enum org.gbif.dwc.terms.AcTerm
 
PREFIX - Static variable in class org.gbif.dwc.terms.BibTexTerm
 
prefix() - Method in class org.gbif.dwc.terms.BibTexTerm
 
prefix() - Method in enum org.gbif.dwc.terms.ChronoTerm
 
prefix() - Method in enum org.gbif.dwc.terms.DcElement
 
prefix() - Method in enum org.gbif.dwc.terms.DcTerm
 
prefix() - Method in enum org.gbif.dwc.terms.DwcaTerm
 
prefix() - Method in enum org.gbif.dwc.terms.DwcTerm
 
prefix() - Method in enum org.gbif.dwc.terms.ExifTerm
 
prefix() - Method in enum org.gbif.dwc.terms.GadmTerm
 
prefix() - Method in enum org.gbif.dwc.terms.GbifDnaTerm
 
prefix() - Method in enum org.gbif.dwc.terms.GbifInternalTerm
 
prefix() - Method in enum org.gbif.dwc.terms.GbifMiqeTerm
 
prefix() - Method in enum org.gbif.dwc.terms.GbifTerm
 
prefix() - Method in enum org.gbif.dwc.terms.GermplasmTerm
 
prefix() - Method in enum org.gbif.dwc.terms.GgbnTerm
 
prefix() - Method in enum org.gbif.dwc.terms.IptcTerm
 
prefix() - Method in enum org.gbif.dwc.terms.IucnTerm
 
prefix() - Method in enum org.gbif.dwc.terms.MixsTerm
 
prefix() - Method in enum org.gbif.dwc.terms.ObisTerm
 
prefix() - Method in enum org.gbif.dwc.terms.PhotoshopTerm
 
prefix() - Method in enum org.gbif.dwc.terms.PlaziTerm
 
prefix() - Method in interface org.gbif.dwc.terms.Term
A unique standard prefix representing the namespace.
prefix() - Method in class org.gbif.dwc.terms.UnknownTerm
 
prefix() - Method in enum org.gbif.dwc.terms.Wgs84GeoPositioningTerm
 
prefix() - Method in enum org.gbif.dwc.terms.XmpRightsTerm
 
prefix() - Method in enum org.gbif.dwc.terms.XmpTerm
 
prefixedName() - Method in interface org.gbif.dwc.terms.Term
The simple term name prefixed by a short unique namespace abbreviation.
prefixedName() - Method in class org.gbif.dwc.terms.UnknownTerm
 

Q

qualifiedName() - Method in enum org.gbif.dwc.terms.MixsTerm
 
qualifiedName() - Method in interface org.gbif.dwc.terms.Term
The full qualified term uri including the namespace.
qualifiedName() - Method in class org.gbif.dwc.terms.UnknownTerm
 

R

registerQualifiedTermEnum(Class<T>) - Method in class org.gbif.dwc.terms.TermFactory
Registers all terms from a new term enumeration, but only adds their qualified and prefixed names.
registerTerm(Term) - Method in class org.gbif.dwc.terms.TermFactory
 
registerTerm(UnknownTerm) - Method in class org.gbif.dwc.terms.TermFactory
 
registerTermEnum(Class<T>, String...) - Method in class org.gbif.dwc.terms.TermFactory
Registers all terms from a term enumeration.

S

serialize(Term, JsonGenerator, SerializerProvider) - Method in class org.gbif.dwc.terms.jackson.TermKeySerializer
 
serialize(Term, JsonGenerator, SerializerProvider) - Method in class org.gbif.dwc.terms.jackson.TermSerializer
 
simpleName() - Method in enum org.gbif.dwc.terms.AcefTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.AcTerm
 
simpleName() - Method in class org.gbif.dwc.terms.BibTexTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.ChronoTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.DcElement
 
simpleName() - Method in enum org.gbif.dwc.terms.DcTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.DwcaTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.DwcTerm
The simple term name without a namespace.
simpleName() - Method in enum org.gbif.dwc.terms.ExifTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.GadmTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.GbifDnaTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.GbifInternalTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.GbifMiqeTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.GbifTerm
The simple term name without a namespace.
simpleName() - Method in enum org.gbif.dwc.terms.GermplasmTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.GgbnTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.IptcTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.IucnTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.MixsTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.ObisTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.PhotoshopTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.PlaziTerm
 
simpleName() - Method in interface org.gbif.dwc.terms.Term
The simple term name without any namespace or paths.
simpleName() - Method in class org.gbif.dwc.terms.UnknownTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.Wgs84GeoPositioningTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.XmpRightsTerm
 
simpleName() - Method in enum org.gbif.dwc.terms.XmpTerm
 

T

TAXONOMIC_TERMS - Static variable in enum org.gbif.dwc.terms.DwcTerm
 
TAXONOMIC_TERMS - Static variable in enum org.gbif.dwc.terms.GbifTerm
Lists all GBIF terms in taxon group.
Term - Interface in org.gbif.dwc.terms
 
TermComparator - Class in org.gbif.dwc.terms
Compares terms by their qualified name.
TermComparator() - Constructor for class org.gbif.dwc.terms.TermComparator
 
TermDeserializer - Class in org.gbif.dwc.terms.jackson
A json deserializer that turns full qualified term names into dwc terms instances.
TermDeserializer() - Constructor for class org.gbif.dwc.terms.jackson.TermDeserializer
 
TermFactory - Class in org.gbif.dwc.terms
Simple, threadsafe factory for terms that knows about all ConceptTerms of this library and keeps singletons for all unknown Term instances.
TermKeyDeserializer - Class in org.gbif.dwc.terms.jackson
 
TermKeyDeserializer() - Constructor for class org.gbif.dwc.terms.jackson.TermKeyDeserializer
 
TermKeySerializer - Class in org.gbif.dwc.terms.jackson
 
TermKeySerializer() - Constructor for class org.gbif.dwc.terms.jackson.TermKeySerializer
 
Terms - Class in org.gbif.dwc.terms
Utility methods for Term
TermSerializer - Class in org.gbif.dwc.terms.jackson
A json serializer that turns dwc terms into their full qualified term name.
TermSerializer() - Constructor for class org.gbif.dwc.terms.jackson.TermSerializer
 
toString() - Method in enum org.gbif.dwc.terms.AcefTerm
 
toString() - Method in enum org.gbif.dwc.terms.AcTerm
 
toString() - Method in class org.gbif.dwc.terms.BibTexTerm
 
toString() - Method in enum org.gbif.dwc.terms.ChronoTerm
 
toString() - Method in enum org.gbif.dwc.terms.DcElement
 
toString() - Method in enum org.gbif.dwc.terms.DcTerm
 
toString() - Method in enum org.gbif.dwc.terms.DwcaTerm
 
toString() - Method in enum org.gbif.dwc.terms.DwcTerm
 
toString() - Method in enum org.gbif.dwc.terms.ExifTerm
 
toString() - Method in enum org.gbif.dwc.terms.GadmTerm
 
toString() - Method in enum org.gbif.dwc.terms.GbifDnaTerm
 
toString() - Method in enum org.gbif.dwc.terms.GbifInternalTerm
 
toString() - Method in enum org.gbif.dwc.terms.GbifMiqeTerm
 
toString() - Method in enum org.gbif.dwc.terms.GbifTerm
 
toString() - Method in enum org.gbif.dwc.terms.GermplasmTerm
 
toString() - Method in enum org.gbif.dwc.terms.GgbnTerm
 
toString() - Method in enum org.gbif.dwc.terms.IptcTerm
 
toString() - Method in enum org.gbif.dwc.terms.IucnTerm
 
toString() - Method in enum org.gbif.dwc.terms.MixsTerm
 
toString() - Method in enum org.gbif.dwc.terms.ObisTerm
 
toString() - Method in enum org.gbif.dwc.terms.PhotoshopTerm
 
toString() - Method in enum org.gbif.dwc.terms.PlaziTerm
 
toString() - Method in class org.gbif.dwc.terms.UnknownTerm
 
toString() - Method in enum org.gbif.dwc.terms.Wgs84GeoPositioningTerm
 
toString() - Method in enum org.gbif.dwc.terms.XmpRightsTerm
 
toString() - Method in enum org.gbif.dwc.terms.XmpTerm
 

U

UnknownTerm - Class in org.gbif.dwc.terms
 
UnknownTerm(URI, String, String, boolean) - Constructor for class org.gbif.dwc.terms.UnknownTerm
 
UnknownTerm(URI, boolean) - Constructor for class org.gbif.dwc.terms.UnknownTerm
 

V

valueOf(String) - Static method in enum org.gbif.dwc.terms.AcefTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.AcTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.ChronoTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.DcElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.DcTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.DwcaTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.DwcTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.ExifTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.GadmTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.GbifDnaTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.GbifInternalTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.GbifMiqeTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.GbifTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.GermplasmTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.GgbnTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.IptcTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.IucnTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.MixsTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.ObisTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.PhotoshopTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.PlaziTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.Wgs84GeoPositioningTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.XmpRightsTerm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gbif.dwc.terms.XmpTerm
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gbif.dwc.terms.AcefTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.AcTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.ChronoTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.DcElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.DcTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.DwcaTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.DwcTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.ExifTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.GadmTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.GbifDnaTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.GbifInternalTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.GbifMiqeTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.GbifTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.GermplasmTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.GgbnTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.IptcTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.IucnTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.MixsTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.ObisTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.PhotoshopTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.PlaziTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.Wgs84GeoPositioningTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.XmpRightsTerm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gbif.dwc.terms.XmpTerm
Returns an array containing the constants of this enum type, in the order they are declared.
Vocabulary - Annotation Type in org.gbif.dwc.terms
Marker annotation to declare a controlled vocabulary exists in the GBIF vocabulary server.

W

Wgs84GeoPositioningTerm - Enum in org.gbif.dwc.terms
All WGS84 Geo Positioning terms with namespace http://www.w3.org/2003/01/geo/wgs84_pos#

X

XmpRightsTerm - Enum in org.gbif.dwc.terms
Terms for Adobe XMP have URIs that are not resolvable.
XmpTerm - Enum in org.gbif.dwc.terms
Terms for Adobe XMP have URIs that are not resolvable.
A B C D E F G H I L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2024 Global Biodiversity Information Facility. All rights reserved.