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 BibTexTermbuildFromPrefix(String prefixedTerm) static BibTexTermbuildFromURI(String uri) booleaninthashCode()booleanisClass()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:TermThe simple term name without any namespace or paths. For example scientificName.- Specified by:
simpleNamein interfaceTerm
-
isClass
Description copied from interface:TermInforms 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:TermA unique standard prefix representing the namespace. For example dwc. -
namespace
Description copied from interface:TermThe namespace the terms are in. Default implementations here expect the namespace to end with a slash.
-