class Data[T] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Data
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(object: Any): Boolean
- Definition Classes
- Data → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- final def getBooleanListValue(): List[Boolean]
- final def getBooleanValue(): Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getCompoundListValue(): List[Map[String, Data[_]]]
- final def getCompoundValue(): Map[String, Data[_]]
- final def getFloatListValue(): List[Float]
- final def getFloatValue(): Float
- final def getIntegerListValue(): List[Integer]
- final def getIntegerValue(): Integer
- final def getKey(): String
- final def getListValue(): List[_]
- final def getStringListValue(): List[String]
- final def getStringValue(): String
- final def getType(): Datatype
- final def getValue(): T
-
def
hashCode(): Int
- Definition Classes
- Data → AnyRef → Any
- final def isBooleanData(): Boolean
- final def isBooleanListData(): Boolean
- final def isCompoundData(): Boolean
- final def isCompoundListData(): Boolean
- final def isDocument(): Boolean
- final def isFloatData(): Boolean
- final def isFloatListData(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isIntegerData(): Boolean
- final def isIntegerListData(): Boolean
- final def isListData(): Boolean
- final def isMetadata(): Boolean
- final def isStringData(): Boolean
- final def isStringListData(): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def setBooleanValue(value: Boolean): Unit
- final def setFloatValue(value: Float): Unit
- final def setIntegerValue(value: Integer): Unit
- final def setStringValue(value: String): Unit
- final def setValue(value: T): T
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- final def toBooleanData(): BooleanData
- final def toBooleanListData(): BooleanListData
- final def toCompoundData(): CompoundData
- final def toCompoundListData(): CompoundListData
- final def toFloatData(): FloatData
- final def toFloatListData(): FloatListData
- final def toIntegerData(): IntegerData
- final def toIntegerListData(): IntegerListData
- final def toListData(): ListData[_]
-
def
toString(): String
- Definition Classes
- Data → AnyRef → Any
- final def toStringData(): StringData
- final def toStringListData(): StringListData
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()