DataValue

class DataValue

An object that specifies a value for a property.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Boolean value.

Link copied to clipboard

A double value.

Link copied to clipboard

An expression that produces the value.

Link copied to clipboard

An integer value.

Link copied to clipboard

A list of multiple values.

Link copied to clipboard

A long value.

Link copied to clipboard

An object that maps strings to multiple DataValue objects.

Link copied to clipboard

A value that relates a component to another component.

Link copied to clipboard

A string value.

Functions

Link copied to clipboard
inline fun copy(block: DataValue.Builder.() -> Unit = {}): DataValue
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String