Key

fun Key(value1: Byte): KeyType.Key1<Byte>
fun Key(value1: Int): KeyType.Key1<Int>
fun Key(value1: Long): KeyType.Key1<Long>
fun Key(value1: Short): KeyType.Key1<Short>
fun Key(value1: String): KeyType.Key1<String>

Instantiates a new KeyType consisting of a single value. Additional values may be added with one of the invoke extension function overloads.

Parameters

value1

The value of the single attribute