Package org.gbif.dwc.terms
Class BibTexTerm
java.lang.Object
org.gbif.dwc.terms.BibTexTerm
- All Implemented Interfaces:
Serializable
,Term
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BibTexTerm
buildFromPrefix
(String prefixedTerm) static BibTexTerm
buildFromURI
(String uri) 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 without any namespace or paths.toString()
Methods inherited from interface org.gbif.dwc.terms.Term
prefixedName, qualifiedName
-
Field Details
-
PREFIX
- See Also:
-
NS
- See Also:
-
NS_URI
-
CLASS_TERM
-
-
Constructor Details
-
BibTexTerm
-
-
Method Details
-
buildFromURI
-
buildFromPrefix
-
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
-
equals
-
hashCode
-
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.
-