StructuredValue

abstract class StructuredValue<T : BasicValue<*>>(value: MutableList<T>) : Value<List<T>>

A Value that consists of multiple values, with distinct meanings like the Value of GENDER, CLIENTPIDMAP or StructuredTextValue

See also: RFC 6350 6.2.7 RFC 6350 6.7.7

Inheritors

Constructors

Link copied to clipboard
constructor(value: MutableList<T>)

Functions

Link copied to clipboard
abstract operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun get(): List<T>
Link copied to clipboard
abstract override fun hashCode(): Int
Link copied to clipboard
abstract fun isEmpty(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String