Interface NumberAccessor.NumberMutator<V>

    • 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.