@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, write
void setValue(T value)
value
- the new value of the encapsulated valueCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.