Interface MaxValueAccessor.MaxValueMutator<V>

Type Parameters:
V - The type of the maximum value property.
All Known Subinterfaces:
MaxValueAccessor.MaxValueProperty<V>
Enclosing interface:
MaxValueAccessor<V>

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

    Modifier and Type Method Description
    void setMaxValue​(V aMaxValue)
    Sets the maximum value for the maximum value property.
  • Method Details

    • setMaxValue

      void setMaxValue​(V aMaxValue)
      Sets the maximum value for the maximum value property.
      Parameters:
      aMaxValue - The maximum value to be stored by the maximum value property.