V - The type of the value property.public static interface ValueAccessor.ValueMutator<V>
ValueAccessor with a setter method.| Modifier and Type | Method and Description |
|---|---|
void |
setValue(V aValue)
Sets the value for the value property.
|
void setValue(V aValue)
aValue - The value to be stored by the value property.Copyright © 2018. All rights reserved.