Uses of Class
org.gbif.api.vocabulary.InterpretationRemarkSeverity
-
Packages that use InterpretationRemarkSeverity Package Description org.gbif.api.vocabulary -
-
Uses of InterpretationRemarkSeverity in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return InterpretationRemarkSeverity Modifier and Type Method Description InterpretationRemarkSeverity
InterpretationRemark. getSeverity()
Returns the default severity of thisInterpretationRemark
.InterpretationRemarkSeverity
NameUsageIssue. getSeverity()
InterpretationRemarkSeverity
OccurrenceIssue. getSeverity()
static InterpretationRemarkSeverity
InterpretationRemarkSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterpretationRemarkSeverity[]
InterpretationRemarkSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-