Interface HarmonieItem

All Known Implementing Classes:
Cloud, CloudinessResult, CloudLevelResult, DewPointResult, FogResult, GlobalRadiationResult, HumidityResult, PrecipitationResult, PrecipitationValue, PressureResult, TemperatureResult, WindDirection, WindDirectionResult, WindSpeed, WindSpeedResult

public interface HarmonieItem
An interface that should be implemented by classes that will be printed in a Comma Separated Values (CSV) format.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Prints the body in CSV format.
  • Method Details

    • printItem

      void printItem(PrintWriter pw)
      Prints the body in CSV format.
      Parameters:
      pw - The writer the body is printed to.