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 UnknownTermstatic UnknownTermstatic UnknownTermstatic UnknownTermbooleaninthashCode()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 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:TermThe full qualified term uri including the namespace. For example http://rs.tdwg.org/dwc/terms/scientificName.- Specified by:
qualifiedNamein interfaceTerm
-
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
-
prefixedName
Description copied from interface:TermThe simple term name prefixed by a short unique namespace abbreviation. For example dwc:scientificName.- Specified by:
prefixedNamein interfaceTerm
-
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. -
equals
-
hashCode
-