TextValue

data class TextValue(value: String = "") : BasicValue<String>

A Text Value that consists of only one single value. For example as used in the Properties XML, FN, TEL, EMAIL, TZ TITLE, ROLE, NOTE, PRODID, UID and KEY

See also: RFC 6350 4 RFC 6350 4.1 RFC 6350 6.1.5 RFC 6350 6.2.1 RFC 6350 6.4.1 RFC 6350 6.4.2 RFC 6350 6.5.1 RFC 6350 6.6.1 RFC 6350 6.6.2 RFC 6350 6.7.2 RFC 6350 6.7.3 RFC 6350 6.7.6 RFC 6350 6.8.1

Constructors

Link copied to clipboard
constructor(textValue: TextValue)
constructor(value: String = "")

Functions

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