Class TemporalCoverage
java.lang.Object
org.gbif.api.model.registry.eml.temporal.TemporalCoverage
- All Implemented Interfaces:
Keywords
- Direct Known Subclasses:
DateRange
,SingleDate
,VerbatimTimePeriod
The base of all types of temporal coverages.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
acceptFormatter
(TemporalCoverageFormatterVisitor formatter) Accept a TemporalCoverageFormatterVisitor for formatting purpose.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.gbif.api.model.registry.eml.Keywords
toKeywords
-
Constructor Details
-
TemporalCoverage
public TemporalCoverage()
-
-
Method Details
-
acceptFormatter
Accept a TemporalCoverageFormatterVisitor for formatting purpose. The concrete class should simply returns formatter.format(this);- Parameters:
formatter
-
-