boolean setPropertyValue (PropertyAtom pa, Object value)boolean setPropertyValue (PropertyAtom pa, Object value)| Name | Type | Description |
|---|---|---|
pa | PropertyAtom | The property atom to set a new value for. |
value | Object | The new value for the property. Its type has to be matched the property type. |
| Type | Description |
|---|---|
boolean | true if property is set to new value with the given time, false otherwise. |