Packages

case class FlowObstruction(id: Option[Int], validityDate: Option[DateTime], usageCode: Option[Int], typeCode: Option[Int], statusCode: Option[Int], fallHeightCode: Option[Int], validityCode: Option[Int], flowDeviceCode: Option[Int], obstructionSubType: Option[Double], navigationCrossingCode: Option[Double], fishCrossingCode: Option[Double], biefCode: Option[Double], heightCode: Option[Double], watershed1: Option[Double], watershed2: Option[Double], watershed3: Option[Double], watershed4: Option[Double], river: Option[String], hydroCode: Option[String], watermassCode: Option[String], referenceWork: Option[Boolean], codeMobileElements: Option[Double], crossingNotes: Option[String]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlowObstruction
  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 FlowObstruction(id: Option[Int], validityDate: Option[DateTime], usageCode: Option[Int], typeCode: Option[Int], statusCode: Option[Int], fallHeightCode: Option[Int], validityCode: Option[Int], flowDeviceCode: Option[Int], obstructionSubType: Option[Double], navigationCrossingCode: Option[Double], fishCrossingCode: Option[Double], biefCode: Option[Double], heightCode: Option[Double], watershed1: Option[Double], watershed2: Option[Double], watershed3: Option[Double], watershed4: Option[Double], river: Option[String], hydroCode: Option[String], watermassCode: Option[String], referenceWork: Option[Boolean], codeMobileElements: Option[Double], crossingNotes: Option[String])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val biefCode: Option[Double]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val codeMobileElements: Option[Double]
  8. val crossingNotes: Option[String]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val fallHeightCode: Option[Int]
  11. val fishCrossingCode: Option[Double]
  12. val flowDeviceCode: Option[Int]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. val heightCode: Option[Double]
  15. val hydroCode: Option[String]
  16. val id: Option[Int]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val navigationCrossingCode: Option[Double]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. val obstructionSubType: Option[Double]
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val referenceWork: Option[Boolean]
  25. val river: Option[String]
  26. val statusCode: Option[Int]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. val typeCode: Option[Int]
  29. val usageCode: Option[Int]
  30. val validityCode: Option[Int]
  31. val validityDate: Option[DateTime]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. val watermassCode: Option[String]
  36. val watershed1: Option[Double]
  37. val watershed2: Option[Double]
  38. val watershed3: Option[Double]
  39. val watershed4: Option[Double]

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