Package org.refcodes.mixin
Interface NumberAccessor.NumberMutator<V>
-
- Type Parameters:
V- The type of the number property.
- All Known Subinterfaces:
NumberAccessor.NumberProperty<V>
- Enclosing interface:
- NumberAccessor<V>
public static interface NumberAccessor.NumberMutator<V>Extends theNumberAccessorwith a setter method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetNumber(V aNumber)Sets the number for the number property.
-
-
-
Method Detail
-
setNumber
void setNumber(V aNumber)
Sets the number for the number property.- Parameters:
aNumber- The number to be stored by the number property.
-
-