Package org.gbif.api.util.formatter
Interface TemporalCoverageFormatterVisitor
-
public interface TemporalCoverageFormatterVisitor
Allows formatter to be dynamically selected based on the concrete type of TemporalCoverage at runtime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
format(DateRange t)
String
format(SingleDate t)
String
format(VerbatimTimePeriod t)
-
-
-
Method Detail
-
format
String format(SingleDate t)
-
format
String format(VerbatimTimePeriod t)
-
-