public interface InterpretationRemark
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the identifier of the
InterpretationRemark . |
Set<org.gbif.dwc.terms.Term> |
getRelatedTerms()
Set containing the Term considered to flag this remark. |
InterpretationRemarkSeverity |
getSeverity()
Returns the default severity of this
InterpretationRemark . |
boolean |
isDeprecated()
Checks if the
InterpretationRemark is deprecated or not. |
String getId()
InterpretationRemark
.
This is normally implemented to return the result of Enum.name()
.
Potential name clashes are detected by unit tests.InterpretationRemark
. Never null.Set<org.gbif.dwc.terms.Term> getRelatedTerms()
Set
containing the Term
considered to flag this remark.InterpretationRemarkSeverity getSeverity()
InterpretationRemark
.
Severity can be relative to the context and profile. This InterpretationRemarkSeverity
should be seen as the default severity in the general context of interpretation.InterpretationRemark
. Never null.boolean isDeprecated()
InterpretationRemark
is deprecated or not.InterpretationRemark
is marked with @Deprecated.Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.