Packages

c

ades.domain.piezometry

AdesPiezometer

case class AdesPiezometer(bssCode: String, isPointEauMode: Boolean, piezometer: Piezometer, networks: Seq[Network] = Seq(), city: City, watermasses: Seq[Watermass] = Seq(), location: Option[StationLocation] = None, events: Seq[PiezometryEvent] = Seq(), networkLinks: Seq[AdesNetworkLink] = Seq(), landmarks: Seq[Landmark] = Seq(), altimetrySystems: Seq[AltimetrySystem] = Seq(), measureModes: Seq[MeasureMethod] = Seq(), despoliationLinks: Seq[DespoliationMode] = Seq(), watermassLinks: Seq[StationWatermass] = Seq(), waterUsageLinks: Seq[Usage] = Seq(), depth: Option[Double] = None, functions: Seq[StationFunction] = Seq(), refTomporelle: Seq[StationTempRef] = Seq(), hydroEntities: Seq[(String, String, StationHydroEntity)] = Seq()) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdesPiezometer
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AdesPiezometer(bssCode: String, isPointEauMode: Boolean, piezometer: Piezometer, networks: Seq[Network] = Seq(), city: City, watermasses: Seq[Watermass] = Seq(), location: Option[StationLocation] = None, events: Seq[PiezometryEvent] = Seq(), networkLinks: Seq[AdesNetworkLink] = Seq(), landmarks: Seq[Landmark] = Seq(), altimetrySystems: Seq[AltimetrySystem] = Seq(), measureModes: Seq[MeasureMethod] = Seq(), despoliationLinks: Seq[DespoliationMode] = Seq(), watermassLinks: Seq[StationWatermass] = Seq(), waterUsageLinks: Seq[Usage] = Seq(), depth: Option[Double] = None, functions: Seq[StationFunction] = Seq(), refTomporelle: Seq[StationTempRef] = Seq(), hydroEntities: Seq[(String, String, StationHydroEntity)] = Seq())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val altimetrySystems: Seq[AltimetrySystem]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bssCode: String
  7. val city: City
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val depth: Option[Double]
  10. val despoliationLinks: Seq[DespoliationMode]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val events: Seq[PiezometryEvent]
  13. val functions: Seq[StationFunction]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. val hydroEntities: Seq[(String, String, StationHydroEntity)]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val isPointEauMode: Boolean
  18. val landmarks: Seq[Landmark]
  19. val location: Option[StationLocation]
  20. val measureModes: Seq[MeasureMethod]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val networkLinks: Seq[AdesNetworkLink]
  23. val networks: Seq[Network]
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. val piezometer: Piezometer
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val refTomporelle: Seq[StationTempRef]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. val waterUsageLinks: Seq[Usage]
  34. val watermassLinks: Seq[StationWatermass]
  35. val watermasses: Seq[Watermass]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped