V - The type of the maximum value property.public static interface MaxValueAccessor.MaxValueMutator<V>
MaxValueAccessor with a setter method.| Modifier and Type | Method and Description |
|---|---|
void |
setMaxValue(V aMaxValue)
Sets the maximum value for the maximum value property.
|
void setMaxValue(V aMaxValue)
aMaxValue - The maximum value to be stored by the maximum value
property.Copyright © 2018. All rights reserved.