class Data[T] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Data(type: Datatype, key: String, value: T)

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(object: Any): Boolean
    Definition Classes
    Data → AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getBooleanListValue(): List[Boolean]
  10. final def getBooleanValue(): Boolean
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def getCompoundListValue(): List[Map[String, Data[_]]]
  13. final def getCompoundValue(): Map[String, Data[_]]
  14. final def getFloatListValue(): List[Float]
  15. final def getFloatValue(): Float
  16. final def getIntegerListValue(): List[Integer]
  17. final def getIntegerValue(): Integer
  18. final def getKey(): String
  19. final def getListValue(): List[_]
  20. final def getStringListValue(): List[String]
  21. final def getStringValue(): String
  22. final def getType(): Datatype
  23. final def getValue(): T
  24. def hashCode(): Int
    Definition Classes
    Data → AnyRef → Any
  25. final def isBooleanData(): Boolean
  26. final def isBooleanListData(): Boolean
  27. final def isCompoundData(): Boolean
  28. final def isCompoundListData(): Boolean
  29. final def isDocument(): Boolean
  30. final def isFloatData(): Boolean
  31. final def isFloatListData(): Boolean
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def isIntegerData(): Boolean
  34. final def isIntegerListData(): Boolean
  35. final def isListData(): Boolean
  36. final def isMetadata(): Boolean
  37. final def isStringData(): Boolean
  38. final def isStringListData(): Boolean
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def setBooleanValue(value: Boolean): Unit
  43. final def setFloatValue(value: Float): Unit
  44. final def setIntegerValue(value: Integer): Unit
  45. final def setStringValue(value: String): Unit
  46. final def setValue(value: T): T
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. final def toBooleanData(): BooleanData
  49. final def toBooleanListData(): BooleanListData
  50. final def toCompoundData(): CompoundData
  51. final def toCompoundListData(): CompoundListData
  52. final def toFloatData(): FloatData
  53. final def toFloatListData(): FloatListData
  54. final def toIntegerData(): IntegerData
  55. final def toIntegerListData(): IntegerListData
  56. final def toListData(): ListData[_]
  57. def toString(): String
    Definition Classes
    Data → AnyRef → Any
  58. final def toStringData(): StringData
  59. final def toStringListData(): StringListData
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped