Interface MinValueAccessor.MinValueProperty<V>

Type Parameters:
V - The type of the minimum value property.
All Superinterfaces:
MinValueAccessor<V>, MinValueAccessor.MinValueMutator<V>
Enclosing interface:
MinValueAccessor<V>

public static interface MinValueAccessor.MinValueProperty<V>
extends MinValueAccessor<V>, MinValueAccessor.MinValueMutator<V>
Extends the MinValueAccessor with a setter method.