DataType

class DataType

An object that specifies the data type of a property.

Types

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

Properties

Link copied to clipboard

The allowed values for this data type.

Link copied to clipboard

The nested type in the data type.

Link copied to clipboard

A relationship that associates a component with another component.

Link copied to clipboard
val type: Type

The underlying type of the data type.

Link copied to clipboard

The unit of measure used in this data type.

Functions

Link copied to clipboard
inline fun copy(block: DataType.Builder.() -> Unit = {}): DataType
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