Class TemporalCoverage
- java.lang.Object
-
- org.gbif.api.model.registry.eml.temporal.TemporalCoverage
-
- All Implemented Interfaces:
Keywords
- Direct Known Subclasses:
DateRange
,SingleDate
,VerbatimTimePeriod
public abstract class TemporalCoverage extends Object implements Keywords
The base of all types of temporal coverages.
-
-
Constructor Summary
Constructors Constructor Description TemporalCoverage()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract 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 Detail
-
TemporalCoverage
public TemporalCoverage()
-
-
Method Detail
-
acceptFormatter
public abstract String acceptFormatter(TemporalCoverageFormatterVisitor formatter)
Accept a TemporalCoverageFormatterVisitor for formatting purpose. The concrete class should simply returns formatter.format(this);- Parameters:
formatter
-
-
-