StringPropertyAccessor

Constructors

Link copied to clipboard
constructor(node: INode, role: IProperty)

Properties

Link copied to clipboard
val node: INode
Link copied to clipboard

Functions

Link copied to clipboard
open override fun convertRead(value: String?): String
Link copied to clipboard
open override fun convertWrite(value: String): String?
Link copied to clipboard
operator fun getValue(thisRef: Any, property: KProperty<*>): String
Link copied to clipboard
operator fun setValue(thisRef: Any, property: KProperty<*>, value: String)