getPropertyValue

open fun getPropertyValue(property: IProperty): String?


abstract fun getPropertyValue(role: String): String?

Deprecated

use getPropertyValue(IProperty)

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