com.tactix4.t4openerp.connector.transport

OENumber

case class OENumber(value: BigDecimal) extends OEType with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, OEType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OENumber
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. OEType
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OENumber(value: BigDecimal)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def array: Option[List[OEType]]

    Definition Classes
    OEType
  7. def asArray[X](f: (List[OEType]) ⇒ X): Option[X]

    Definition Classes
    OEType
  8. def asBool[X](f: (Boolean) ⇒ X): Option[X]

    Definition Classes
    OEType
  9. def asDictionary[X](f: (Map[String, OEType]) ⇒ X): Option[X]

    Definition Classes
    OEType
  10. def asDouble[X](f: (Double) ⇒ X): Option[X]

    Definition Classes
    OEType
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def asInt[X](f: (Int) ⇒ X): Option[X]

    Definition Classes
    OEType
  13. def asNumber[X](f: (BigDecimal) ⇒ X): Option[X]

    Definition Classes
    OEType
  14. def asString[X](f: (String) ⇒ X): Option[X]

    Definition Classes
    OEType
  15. def bool: Option[Boolean]

    Definition Classes
    OEType
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def dictionary: Option[Map[String, OEType]]

    Definition Classes
    OEType
  18. def double: Option[Double]

    Definition Classes
    OEType
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fold[X](oerpBoolean: (Boolean) ⇒ X, oerpNumeric: (BigDecimal) ⇒ X, oerpString: (String) ⇒ X, oerpArray: (List[OEType]) ⇒ X, oerpMap: (Map[String, OEType]) ⇒ X, oerpNull: (Null) ⇒ X): X

    Definition Classes
    OEType
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def int: Option[Int]

    Definition Classes
    OEType
  24. def isArray: Boolean

    Definition Classes
    OEType
  25. def isBool: Boolean

    Definition Classes
    OEType
  26. def isDictionary: Boolean

    Definition Classes
    OEType
  27. def isDouble: Boolean

    Definition Classes
    OEType
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def isInt: Boolean

    Definition Classes
    OEType
  30. def isNull: Boolean

    Definition Classes
    OEType
  31. def isNumber: Boolean

    Definition Classes
    OEType
  32. def isString: Boolean

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

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

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

    Definition Classes
    AnyRef
  36. def nullT: Option[Nothing]

    Definition Classes
    OEType
  37. def number: Option[BigDecimal]

    Definition Classes
    OEType
  38. def string: Option[String]

    Definition Classes
    OEType
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    OEType → AnyRef → Any
  41. val value: BigDecimal

  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OEType

Inherited from AnyRef

Inherited from Any

Ungrouped