Interface MaxValueAccessor.MaxValueBuilder<V,​B extends MaxValueAccessor.MaxValueBuilder<V,​B>>

Type Parameters:
V - the value type
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
MaxValueAccessor<V>

public static interface MaxValueAccessor.MaxValueBuilder<V,​B extends MaxValueAccessor.MaxValueBuilder<V,​B>>
Provides a builder method for a the property returning the builder for applying multiple build operations.
  • Method Summary

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

    • withMaxValue

      B withMaxValue​(V aMaxValue)
      Sets the maximum value for the the property.
      Parameters:
      aMaxValue - The maximum value to be stored by the maximum value property.
      Returns:
      The builder for applying multiple build operations.