V - value typepublic interface TakesValue<V>
| Modifier and Type | Method and Description | 
|---|---|
| V | getValue()Returns the current value. | 
| void | setValue(V value)Sets the value. | 
void setValue(V value)
value - a value object of type VgetValue()V getValue()
setValue(V)