TextListValue

A Text list Value that consists of one or more values. For example as used in the Properties NICKNAME and CATEGORIES

See also: RFC 6350 4 RFC 6350 4.1 RFC 6350 6.2.3 RFC 6350 6.7.1

Constructors

Link copied to clipboard
constructor(structuredTextValue: TextListValue)
constructor(textValue: TextValue)
constructor(vararg texts: String)
constructor(text: String)
constructor()
constructor(value: MutableList<TextValue>)

Functions

Link copied to clipboard
open override fun get(): List<String>
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String