Package org.gbif.dwc.terms
Class BibTexTerm
- java.lang.Object
-
- org.gbif.dwc.terms.BibTexTerm
-
- All Implemented Interfaces:
Serializable,Term
public class BibTexTerm extends Object implements Term, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BibTexTerm(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BibTexTermbuildFromPrefix(String prefixedTerm)static BibTexTermbuildFromURI(String uri)booleanequals(Object o)inthashCode()booleanisClass()Informs if a term is generally used as a class term, i.e.URInamespace()The namespace the terms are in.Stringprefix()A unique standard prefix representing the namespace.StringsimpleName()The simple term name without any namespace or paths.StringtoString()-
Methods inherited from interface org.gbif.dwc.terms.Term
prefixedName, qualifiedName
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
NS
public static final String NS
- See Also:
- Constant Field Values
-
CLASS_TERM
public static final Term CLASS_TERM
-
-
Constructor Detail
-
BibTexTerm
public BibTexTerm(String name)
-
-
Method Detail
-
buildFromURI
public static BibTexTerm buildFromURI(String uri)
-
buildFromPrefix
public static BibTexTerm buildFromPrefix(String prefixedTerm)
-
simpleName
public String simpleName()
Description copied from interface:TermThe simple term name without any namespace or paths. For example scientificName.- Specified by:
simpleNamein interfaceTerm
-
isClass
public boolean 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
-
prefix
public String prefix()
Description copied from interface:TermA unique standard prefix representing the namespace. For example dwc.
-
-