Package org.gbif.dwc.terms
Class UnknownTerm
java.lang.Object
org.gbif.dwc.terms.UnknownTerm
- All Implemented Interfaces:
Serializable
,Term
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownTerm
(URI uri, boolean isClass) UnknownTerm
(URI uri, String prefix, String name, boolean isClass) -
Method Summary
Modifier and TypeMethodDescriptionstatic UnknownTerm
static UnknownTerm
static UnknownTerm
static UnknownTerm
boolean
int
hashCode()
boolean
isClass()
Informs if a term is generally used as a class term, i.e.The namespace the terms are in.prefix()
A unique standard prefix representing the namespace.The simple term name prefixed by a short unique namespace abbreviation.The full qualified term uri including the namespace.The simple term name without any namespace or paths.toString()
-
Constructor Details
-
UnknownTerm
-
UnknownTerm
-
-
Method Details
-
build
-
build
-
build
-
build
-
qualifiedName
Description copied from interface:Term
The full qualified term uri including the namespace. For example http://rs.tdwg.org/dwc/terms/scientificName.- Specified by:
qualifiedName
in interfaceTerm
-
simpleName
Description copied from interface:Term
The simple term name without any namespace or paths. For example scientificName.- Specified by:
simpleName
in interfaceTerm
-
isClass
Description copied from interface:Term
Informs if a term is generally used as a class term, i.e. defining rowTypes not properties. For example VernacularName, Taxon or Occurrence -
toString
-
prefixedName
Description copied from interface:Term
The simple term name prefixed by a short unique namespace abbreviation. For example dwc:scientificName.- Specified by:
prefixedName
in interfaceTerm
-
prefix
Description copied from interface:Term
A unique standard prefix representing the namespace. For example dwc. -
namespace
Description copied from interface:Term
The namespace the terms are in. Default implementations here expect the namespace to end with a slash. -
equals
-
hashCode
-