A2uiSchemaKeyword.Const


class A2uiSchemaKeyword.Const<T : Any?> : A2uiSchemaKeyword


Constant value constraint (const).

Summary

Public constructors

<T : Any?> Const(value: T)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

T

constant value required for the property

Public constructors

Const

<T : Any?> Const(value: T)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

value

Added in 1.0.0-alpha01
val value: T

constant value required for the property