Package eu.acclimatize.unison
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
-
Method Details
-
printItem
Prints the body in CSV format.- Parameters:
pw- The writer the body is printed to.
-