getPropertyValue

open override fun getPropertyValue(role: String): String?

Returns the value of the given property role for this node.

Return

property value, or null if there is no value

Parameters

role

the desired property role


abstract override fun getPropertyValue(property: IProperty): String?