Interface MaxValueAccessor.MaxValueProperty<V>

Type Parameters:
V - The type of the maximum value property.
All Superinterfaces:
MaxValueAccessor<V>, MaxValueAccessor.MaxValueMutator<V>
Enclosing interface:
MaxValueAccessor<V>

public static interface MaxValueAccessor.MaxValueProperty<V>
extends MaxValueAccessor<V>, MaxValueAccessor.MaxValueMutator<V>
Extends the MaxValueAccessor with a setter method.