V - The type of the number property.public static interface NumberAccessor.NumberMutator<V>
NumberAccessor with a setter method.| Modifier and Type | Method and Description |
|---|---|
void |
setNumber(V aNumber)
Sets the number for the number property.
|
void setNumber(V aNumber)
aNumber - The number to be stored by the number property.Copyright © 2018. All rights reserved.