Interface MinValueAccessor.MinValueMutator<V>

Type Parameters:
V - The type of the minimum value property.
All Known Subinterfaces:
MinValueAccessor.MinValueProperty<V>
Enclosing interface:
MinValueAccessor<V>

public static interface MinValueAccessor.MinValueMutator<V>
Extends the MinValueAccessor with a setter method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMinValue(V aMinValue)
    Sets the minimum value for the minimum value property.
  • Method Details

    • setMinValue

      void setMinValue(V aMinValue)
      Sets the minimum value for the minimum value property.
      Parameters:
      aMinValue - The minimum value to be stored by the minimum value property.