domain
package
domain
Type Members
-
case class
StatisticsBreak(statisticsType: String, preValue: Option[Double], preCoefficient: Option[Double] = None, breakDate: DateTime, postValue: Option[Double], postCoefficient: Option[Double] = None) extends Product with Serializable
-
case class
StatisticsMeasureInput(stationCode: String, stationTypeCode: String, analysisNumber: Option[Int], parameterCode: Int, parameterName: Option[String], measureDate: DateTime, measure: Double, unitCode: Option[Int], unitName: Option[String], remarkCode: Option[Int], qualificationCode: Option[Int], xCoordinate: Option[Double], yCoordinate: Option[Double]) extends Product with Serializable
-
-
case class
StatisticsTrend(coefficient: Double, value: Double, statisticsType: String) extends Product with Serializable