Trait

org.apache.daffodil.dsom

TypeChecks

Related Doc: package dsom

Permalink

sealed trait TypeChecks extends AnyRef

Self Type
Restriction
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeChecks
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkRange(value: String, primType: PrimType, theContext: ThrowsSDE): Boolean

    Permalink
  6. def checkRangeReturnsValue(value: String, primType: PrimType, theContext: ThrowsSDE): (Boolean, Option[BigDecimal])

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def dateToBigDecimal(date: String, format: String, dateType: String, context: ThrowsSDE): BigDecimal

    Permalink
    Attributes
    protected
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def isInByteRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  15. def isInDecimalRange(value: BigDecimal): Boolean

    Permalink

    Note: all values are in decimal range.

    Note: all values are in decimal range.

    See: https://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html

    Regarding MathContext.UNLIMITED:

    A MathContext object whose settings have the values required for unlimited precision arithmetic. The values of the settings are: precision=0 roundingMode=HALF_UP

    Where precision is defined as:

    The precision is the number of digits in the unscaled value.

    See https://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html#precision()

    See http://stackoverflow.com/questions/35435691/bigdecimal-precision-and-scale

    Attributes
    protected
  16. def isInDoubleRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  17. def isInFloatRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  18. def isInIntRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  19. def isInIntegerRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  20. def isInLongRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  21. def isInNegativeIntegerRange(value: BigDecimal, context: ThrowsSDE): Boolean

    Permalink
    Attributes
    protected
  22. def isInNonNegativeIntegerRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  23. def isInShortRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  24. def isInUnsignedByteRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  25. def isInUnsignedIntRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  26. def isInUnsignedLongRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  27. def isInUnsignedShortRange(value: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  28. def isInUnsignedXXXRange(value: BigDecimal, numBits: Int, typeName: String): Boolean

    Permalink
    Attributes
    protected
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isNumInRange(num: BigDecimal, min: BigDecimal, max: BigDecimal): Boolean

    Permalink
    Attributes
    protected
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped