T - the type of value this property holdspublic interface Property<T> extends HasValue<T>
setValue method.setValue(Object)| Modifier and Type | Method and Description |
|---|---|
boolean |
setValue(T value)
Sets the value of this property.
|
boolean setValue(T value)
This can fail and return false if, for example, the value did not satisfy the constraints of the property.
value - the new value this property should receivetrue if this property changed as a result of the call