setPropertyValue

open fun setPropertyValue(property: IProperty, value: String?)


abstract fun setPropertyValue(role: String, value: String?)

Deprecated

use setPropertyValue(IProperty, String?)

Sets the value of the given property role for this node to the specified role.

Parameters

role

the desired property role

value

the new property value