Class

org.cddcore.examples

ChequeSituation

Related Doc: package examples

Permalink

case class ChequeSituation(world: World, cheque: Elem) extends Xml with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Xml, Situation[Node], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ChequeSituation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Xml
  7. Situation
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChequeSituation(world: World, cheque: Elem)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object OneAndOnlyOneString extends PathResultStrategy[S, String]

    Permalink
    Definition Classes
    Situation
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bankId: PathResult[Node, String, BankId]

    Permalink
  7. val cheque: Elem

    Permalink
  8. lazy val chequeAmount: Path[Node, String, GBP]

    Permalink
  9. val chequeContents: PathRoot[Node]

    Permalink
  10. lazy val chequeFrom: CustomerId

    Permalink
  11. lazy val chequeFromBank: Path[Node, String, BankId]

    Permalink
  12. val chequeFromContents: PathRootAndSteps[Node]

    Permalink
  13. lazy val chequeFromId: Path[Node, String, String]

    Permalink
  14. lazy val chequeTo: CustomerId

    Permalink
  15. lazy val chequeToBank: Path[Node, String, BankId]

    Permalink
  16. val chequeToContents: PathRootAndSteps[Node]

    Permalink
  17. lazy val chequeToId: Path[Node, String, String]

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def customPathResult[A, X](fn: (A) ⇒ X, strategy: PathResultStrategy[Node, A]): PathResult[Node, A, X]

    Permalink
    Definition Classes
    Situation
  20. lazy val customer: PathRoot[Node]

    Permalink
  21. lazy val customerBalance: Path[Node, String, GBP]

    Permalink
  22. lazy val customerHasNoOverdraftLimit: Boolean

    Permalink
  23. lazy val customerOverdraftLimit: Path[Node, String, GBP]

    Permalink
  24. lazy val customerWouldBeOverDrawn: Boolean

    Permalink
  25. lazy val customerWouldExceedOverdraftLimit: Boolean

    Permalink
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. lazy val fieldMapForDisplay: FieldMap

    Permalink
    Definition Classes
    Situation
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def gbp: PathResult[Node, String, GBP]

    Permalink
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def int: PathResult[Node, String, Int]

    Permalink
    Definition Classes
    Situation
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def optString: PathResult[Node, Option[String], Option[String]]

    Permalink
    Definition Classes
    Situation
  37. lazy val reflection: Reflection

    Permalink
    Definition Classes
    Situation
  38. def root(s: Node, debug: Boolean): PathRoot[Node]

    Permalink
    Definition Classes
    Situation
  39. def string: PathResult[Node, String, String]

    Permalink
    Definition Classes
    Situation
  40. val structure: Structure[Node]

    Permalink
    Definition Classes
    Situation
  41. lazy val structureMap: ListMap[Field, Try[Node]]

    Permalink
    Definition Classes
    Situation
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    Situation → AnyRef → Any
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val world: World

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Xml

Inherited from Situation[Node]

Inherited from AnyRef

Inherited from Any

Ungrouped