Interface NumberAccessor.NumberProperty<V>

Type Parameters:
V - The type of the number property.
All Superinterfaces:
NumberAccessor<V>, NumberAccessor.NumberMutator<V>
Enclosing interface:
NumberAccessor<V>

public static interface NumberAccessor.NumberProperty<V>
extends NumberAccessor<V>, NumberAccessor.NumberMutator<V>
Extends the NumberAccessor with a setter method.