XPhoneticMiddleName

class XPhoneticMiddleName(value: String?) : TextProperty

Constructors

Link copied to clipboard
constructor(value: String?)

Types

Link copied to clipboard
object Scribe : StringPropertyScribe<XPhoneticMiddleName>

Functions

Link copied to clipboard
open fun addParameter(p0: String, p1: String)
Link copied to clipboard
open operator override fun compareTo(other: VCardProperty): Int
Link copied to clipboard
open fun copy(): VCardProperty
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun getGroup(): String
Link copied to clipboard
open fun getParameter(p0: String): String
Link copied to clipboard
open fun getParameters(): VCardParameters
Link copied to clipboard
fun getSupportedVersions(): Array<VCardVersion>
Link copied to clipboard
open fun getValue(): String
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun isSupportedBy(p0: VCardVersion): Boolean
Link copied to clipboard
open fun removeParameter(p0: String)
Link copied to clipboard
open fun setGroup(p0: String)
Link copied to clipboard
open fun setParameter(p0: String, p1: String)
Link copied to clipboard
open fun setParameters(p0: VCardParameters)
Link copied to clipboard
open fun setValue(p0: String)
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun validate(p0: VCardVersion, p1: VCard): MutableList<ValidationWarning>