- Type Parameters:
V
- The type of the value property.
- All Known Subinterfaces:
ValueAccessor.ValueProperty<V>
- Enclosing interface:
- ValueAccessor<V>
public static interface ValueAccessor.ValueMutator<V>
Extends the
ValueAccessor
with a setter method.-
Method Summary
-
Method Details
-
setValue
Sets the value for the value property.- Parameters:
aValue
- The value to be stored by the value property.
-