Interface ValueAccessor.ValueProperty<V>

Type Parameters:
V - The type of the value property.
All Superinterfaces:
ValueAccessor<V>, ValueAccessor.ValueMutator<V>
Enclosing interface:
ValueAccessor<V>

public static interface ValueAccessor.ValueProperty<V>
extends ValueAccessor<V>, ValueAccessor.ValueMutator<V>
Extends the ValueAccessor with a setter method.
  • Method Details