A2uiSchemaKeyword.Enum


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


Allowed enumeration values for the schema property (enum).

Summary

Public constructors

<T : Any?> Enum(values: List<T>)

Public functions

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

Public properties

List<T>

list of allowed enumeration values

Public constructors

Enum

<T : Any?> Enum(values: List<T>)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

values

Added in 1.0.0-alpha01
val valuesList<T>

list of allowed enumeration values