StructuredTextValue

A Text Value that consists of multiple values, with distinct meanings like the Value of N, ADR and ORG

See also: RFC 6350 6.2.2 RFC 6350 6.3.1 RFC 6350 6.6.4

Constructors

Link copied to clipboard
constructor(structuredTextValue: StructuredTextValue)
constructor()
constructor(value: MutableList<TextListValue>)

Functions

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