package referencial
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class MinMaxLevelStat(idStation: Int, minDate: DateTime, minValue: Double, maxDate: DateTime, maxValue: Double, filledPercent: Double) extends Product with Serializable
- case class ReferentialLinkName(idStation: Int, code_me: Option[String], name: Option[String]) extends Product with Serializable
- case class StationContributorLink(stationId: Double, contributorId: Int) extends Product with Serializable
Value Members
- object MinMaxLevelStat extends Serializable
- object ReferentialLinkName extends Serializable
- object StationContributorLink extends Serializable