o

io.idml

MissingField

object MissingField extends IdmlValue with IdmlNothing with Product with Serializable

Returned when a field in an object was missing

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MissingField
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IdmlNothing
  7. IdmlValue
  8. ArrayModule
  9. RegexModule
  10. MathsModule
  11. EmailModule
  12. DateModule
  13. UrlModule
  14. ObjectModule
  15. StringModule
  16. NavigationModule
  17. SchemaModule
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(target: IdmlValue): IdmlValue
    Definition Classes
    MathsModule
  4. def +(target: IdmlValue): IdmlValue
    Definition Classes
    MathsModule
  5. def -(target: IdmlValue): IdmlValue
    Definition Classes
    MathsModule
  6. def /(target: IdmlValue): IdmlValue
    Definition Classes
    MathsModule
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def abs(): IdmlValue
    Definition Classes
    MathsModule
  9. def array(): IdmlValue

    Transform this field into an array

    Transform this field into an array

    Definition Classes
    SchemaModule
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def average(): IdmlValue
    Definition Classes
    ArrayModule
  12. def bool(): IdmlValue

    Transform this field into a boolean

    Transform this field into a boolean

    Definition Classes
    SchemaModule
  13. def capitalize(): IdmlValue
    Definition Classes
    StringModule
  14. def ceil(): IdmlValue
    Definition Classes
    MathsModule
  15. def ceil(sd: IdmlValue): IdmlValue
    Definition Classes
    MathsModule
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. def combinations(size: IdmlValue): IdmlValue
    Definition Classes
    ArrayModule
  18. def combineAll(): IdmlValue
    Definition Classes
    ArrayModule
  19. def date(formatStr: IdmlValue): IdmlValue

    formatStr

    a date format string which will be used to interpret the value of this date

    returns

    BadDateFormat if the date format is invalid, CastFailed if parsing the date failed for another reason or a io.idml.datanodes.IDate representing the results of what was parsed

    Definition Classes
    DateModule
    See also

    java.text.SimpleDateFormat

  20. def date(): IdmlValue

    Try to cast something into a date

    Try to cast something into a date

    Definition Classes
    DateModule
  21. def dateToString(df: DateTimeFormatter)(d: IDate): String
    Definition Classes
    DateModule
  22. def deepCopy: IdmlValue

    Create a new version of this object that can be safely modified by other callers

    Create a new version of this object that can be safely modified by other callers

    Definition Classes
    SchemaModule
  23. def default(value: IdmlValue): IdmlValue

    If the value is missing then use a default value instead

    If the value is missing then use a default value instead

    Definition Classes
    SchemaModule
  24. def deleted(): IdmlValue
    Definition Classes
    NavigationModule
  25. def diff(other: IdmlValue): IdmlValue
    Definition Classes
    ArrayModule
  26. def double(): IdmlValue

    Transform this field into a float

    Transform this field into a float

    Definition Classes
    SchemaModule
  27. def email(): IdmlValue

    Construct a new Email by parsing a string

    Construct a new Email by parsing a string

    Definition Classes
    EmailModule
  28. def empty(): IdmlValue
    Definition Classes
    ArrayModule
  29. def enumerate(): IdmlValue
    Definition Classes
    ArrayModule
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. def exp(): IdmlValue
    Definition Classes
    MathsModule
  33. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def flatten(depth: IdmlValue): IdmlValue
    Definition Classes
    ArrayModule
  35. def flatten(): IdmlValue
    Definition Classes
    ArrayModule
  36. def float(): IdmlValue

    Transform this field into a floating-point number

    Transform this field into a floating-point number

    Definition Classes
    SchemaModule
  37. def floor(): IdmlValue
    Definition Classes
    MathsModule
  38. def floor(sd: IdmlValue): IdmlValue
    Definition Classes
    MathsModule
  39. def format(varargs: IdmlValue*): IdmlValue

    Format strings

    Format strings

    Definition Classes
    StringModule
  40. def get(index: IdmlValue): IdmlValue

    It's possible to get an item by its index or field name

    It's possible to get an item by its index or field name

    Definition Classes
    NavigationModule
  41. def get(name: String): IdmlValue

    Fetch a field by name

    Fetch a field by name

    Definition Classes
    NavigationModule
  42. def get(index: Int): IdmlValue

    It's possible to get an item by its index

    It's possible to get an item by its index

    Definition Classes
    NavigationModule
  43. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  44. def indexOf(value: IdmlValue): IdmlValue

    Find the index of an item

    Find the index of an item

    Definition Classes
    NavigationModule
  45. def int(): IdmlValue

    Transform this field into a natural number

    Transform this field into a natural number

    Definition Classes
    SchemaModule
  46. def intersect(other: IdmlValue): IdmlValue
    Definition Classes
    ArrayModule
  47. def isArray: IBool

    Is this an array?

    Is this an array?

    Definition Classes
    SchemaModule
  48. def isEmpty: IBool

    This is a form of type coercion similar to php's empty(..) function; false, null, missing values, empty arrays and objects all return true for isEmpty

    This is a form of type coercion similar to php's empty(..) function; false, null, missing values, empty arrays and objects all return true for isEmpty

    Definition Classes
    SchemaModule
  49. def isFalse: IBool

    Is this false?

    Is this false?

    Definition Classes
    SchemaModule
  50. def isFalseValue: Boolean

    Is this false?

    Is this false?

    Definition Classes
    SchemaModule
  51. def isFloat: IBool

    Is this a float?

    Is this a float?

    Definition Classes
    SchemaModule
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. def isInt: IBool

    Is this an int?

    Is this an int?

    Definition Classes
    SchemaModule
  54. def isMatch(regex: IdmlValue): IdmlValue
    Definition Classes
    RegexModule
  55. def isNothing: IBool

    Is this value nothing?

    Is this value nothing?

    Definition Classes
    SchemaModule
  56. def isNothingValue: Boolean

    Is this value nothing?

    Is this value nothing?

    Definition Classes
    SchemaModule
  57. def isNull: IBool

    Is this value null?

    Is this value null?

    Definition Classes
    SchemaModule
  58. def isNullValue: Boolean

    Is this value null?

    Is this value null?

    Definition Classes
    SchemaModule
  59. def isObject: IBool

    Is this an object?

    Is this an object?

    Definition Classes
    SchemaModule
  60. def isString: IBool

    Is this a string?

    Is this a string?

    Definition Classes
    SchemaModule
  61. def isStringValue: Boolean

    Is this a string?

    Is this a string?

    Definition Classes
    SchemaModule
  62. def isTrue: IBool

    Is this true?

    Is this true?

    Definition Classes
    SchemaModule
  63. def isTrueValue: Boolean

    Is this true?

    Is this true?

    Definition Classes
    SchemaModule
  64. def iterator: Iterator[IdmlValue]

    Iterate over the sub-components of this node

    Iterate over the sub-components of this node

    Definition Classes
    SchemaModule
  65. def keys(): IdmlValue
    Definition Classes
    ObjectModule
  66. def log(): IdmlValue
    Definition Classes
    MathsModule
  67. def lowercase(): IdmlValue

    Make a string lowercase

    Make a string lowercase

    Definition Classes
    StringModule
  68. def match(regex: IdmlValue): IdmlValue
    Definition Classes
    RegexModule
  69. def matches(regex: IdmlValue): IdmlValue
    Definition Classes
    RegexModule
  70. def max(): IdmlValue
    Definition Classes
    ArrayModule
  71. def median(): IdmlValue
    Definition Classes
    ArrayModule
  72. def microtime(): IdmlValue

    The current time in microseconds

    The current time in microseconds

    Definition Classes
    DateModule
  73. def millis(): IdmlValue
    Definition Classes
    DateModule
  74. def min(): IdmlValue
    Definition Classes
    ArrayModule
  75. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  76. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  77. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  78. def now(): IdmlValue

    The current date

    The current date

    Definition Classes
    DateModule
  79. def object(): IdmlValue

    Transform this field into an object

    Transform this field into an object

    Definition Classes
    SchemaModule
  80. def orElse(value: IdmlValue): IdmlValue
    Definition Classes
    SchemaModule
  81. def parseHex(): IdmlValue
    Definition Classes
    MathsModule
  82. def parseHexUnsigned(): IdmlValue
    Definition Classes
    MathsModule
  83. def pow(e: IdmlValue): IdmlValue
    Definition Classes
    MathsModule
  84. def remove(path: String): Unit

    Remove a field by name

    Remove a field by name

    Definition Classes
    ObjectModule
  85. final def remove(path: List[String]): Unit

    Nested path removal.

    Nested path removal. Will leave empty arrays and objects lingering

    Definition Classes
    NavigationModule
    Annotations
    @tailrec()
  86. final def removeWithoutEmpty(path: List[String]): Unit

    Remove a path.

    Remove a path. Will remove empty arrays and objects

    Definition Classes
    NavigationModule
  87. def replace(regex: IdmlValue, replacement: IdmlValue): IdmlValue
    Definition Classes
    RegexModule
  88. def required(): IdmlValue

    Annotate any missing fields.

    Annotate any missing fields. This is useful later on for processes like schema matching

    Definition Classes
    SchemaModule
  89. def round(): IdmlValue
    Definition Classes
    MathsModule
  90. def round(sd: IdmlValue): IdmlValue
    Definition Classes
    MathsModule
  91. def rssDate(): IdmlValue
    Definition Classes
    DateModule
  92. def sigfig(sd: IdmlValue): IdmlValue
    Definition Classes
    MathsModule
  93. def slice(from: IdmlValue, to: IdmlValue): IdmlValue

    Slice can be called by users

    Slice can be called by users

    Definition Classes
    NavigationModule
  94. def slice(from: Option[Int], to: Option[Int]): IdmlValue

    It's possible to slice a range of values by index

    It's possible to slice a range of values by index

    Definition Classes
    NavigationModule
  95. def softmax(): IdmlValue
    Definition Classes
    ArrayModule
  96. def sort(): IdmlValue
    Definition Classes
    ArrayModule
  97. def specificDate(df: DateTimeFormatter): IdmlValue
    Definition Classes
    DateModule
  98. def split(delim: IdmlValue): IdmlValue
    Definition Classes
    RegexModule
  99. def sqrt(): IdmlValue
    Definition Classes
    MathsModule
  100. def stdDev(): IdmlValue
    Definition Classes
    ArrayModule
  101. def string(): IdmlValue

    Transform this node to a string

    Transform this node to a string

    Definition Classes
    StringModule
  102. def strip(): IdmlValue
    Definition Classes
    StringModule
  103. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  104. def timezone(tz: IdmlValue): IdmlValue
    Definition Classes
    DateModule
  105. def toBoolOption: Option[Boolean]

    Extract the underlying boolean value for this node if it has one, otherwise return none

    Extract the underlying boolean value for this node if it has one, otherwise return none

    Definition Classes
    SchemaModule
  106. def toBoolValue: Boolean

    Extract the underlying boolean value for this node if it has one, otherwise return a default

    Extract the underlying boolean value for this node if it has one, otherwise return a default

    Definition Classes
    SchemaModule
  107. def toDoubleOption: Option[Double]

    Extract the underlying double value for this node if it has one, otherwise return none

    Extract the underlying double value for this node if it has one, otherwise return none

    Definition Classes
    SchemaModule
  108. def toDoubleValue: Double

    Extract the underlying double value for this node if it has one, otherwise return a default

    Extract the underlying double value for this node if it has one, otherwise return a default

    Definition Classes
    SchemaModule
  109. def toEpoch(): IdmlValue
    Definition Classes
    DateModule
  110. def toEpochMillis(): IdmlValue
    Definition Classes
    DateModule
  111. def toFloatOption: Option[Float]

    Extract the underlying float value for this node if it has one, otherwise return none

    Extract the underlying float value for this node if it has one, otherwise return none

    Definition Classes
    SchemaModule
  112. def toFloatValue: Float

    Extract the underlying float value for this node if it has one, otherwise return a default

    Extract the underlying float value for this node if it has one, otherwise return a default

    Definition Classes
    SchemaModule
  113. def toIntOption: Option[Int]

    Extract the underlying int value for this node if it has one, otherwise return none

    Extract the underlying int value for this node if it has one, otherwise return none

    Definition Classes
    SchemaModule
  114. def toIntValue: Int

    Extract the underlying int value for this node if it has one, otherwise return a default

    Extract the underlying int value for this node if it has one, otherwise return a default

    Definition Classes
    SchemaModule
  115. def toLongOption: Option[Long]

    Extract the underlying long value for this node if it has one, otherwise return none

    Extract the underlying long value for this node if it has one, otherwise return none

    Definition Classes
    SchemaModule
  116. def toLongValue: Long

    Extract the underlying long value for this node if it has one, otherwise return a default

    Extract the underlying long value for this node if it has one, otherwise return a default

    Definition Classes
    SchemaModule
  117. def toStringOption: Option[String]

    Extract the underlying string value for this node if it has one, otherwise return none

    Extract the underlying string value for this node if it has one, otherwise return none

    Definition Classes
    SchemaModule
  118. def toStringValue: String

    Extract the underlying string value for this node if it has one, otherwise return a default

    Extract the underlying string value for this node if it has one, otherwise return a default

    Definition Classes
    SchemaModule
  119. def union(other: IdmlValue): IdmlValue
    Definition Classes
    ArrayModule
  120. def unique(): IdmlValue
    Definition Classes
    ArrayModule
  121. def uppercase(): IdmlValue

    Make a string uppercase

    Make a string uppercase

    Definition Classes
    StringModule
  122. def url(): IdmlValue

    Construct a new URL by parsing a string

    Construct a new URL by parsing a string

    Definition Classes
    UrlModule
  123. def urls(): IdmlValue
    Definition Classes
    UrlModule
  124. def values(): IdmlValue
    Definition Classes
    ObjectModule
  125. def variance(): IdmlValue
    Definition Classes
    ArrayModule
  126. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  127. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  128. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  129. def wrapArray(): IArray
    Definition Classes
    ArrayModule
  130. def zip(other: IdmlValue): IdmlValue
    Definition Classes
    ArrayModule

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IdmlNothing

Inherited from IdmlValue

Inherited from ArrayModule

Inherited from RegexModule

Inherited from MathsModule

Inherited from EmailModule

Inherited from DateModule

Inherited from UrlModule

Inherited from ObjectModule

Inherited from StringModule

Inherited from NavigationModule

Inherited from SchemaModule

Inherited from AnyRef

Inherited from Any

Ungrouped