@Public public interface ResettableValue<T extends Value> extends Value
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(T value)
Sets the encapsulated value to another value
|
read, writevoid setValue(T value)
value - the new value of the encapsulated valueCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.