-
- 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 theMaxValueAccessor
with a setter method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMaxValue(V aMaxValue)
Sets the maximum value for the maximum value property.
-
-
-
Method Detail
-
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.
-
-