VALUE
- is the generic type of the maximum value
. This is typically a
Number
but may potentially also be something else (e.g. a Date
). Should be the same
type as AttributeReadValue.getValue()
.public interface AttributeWriteMaximumValue<VALUE> extends AttributeReadMaximumValue<VALUE>
maximum value
of an object.Modifier and Type | Method and Description |
---|---|
void |
setMaximumValue(VALUE maximum)
This method sets the
maximum value of this object. |
getMaximumValue
void setMaximumValue(VALUE maximum)
maximum value
of this object. value
. This should be avoided as it may
have undesired effects.maximum
- is the new maximum value
to set. Use e.g. Integer.MAX_VALUE
to
unset.Copyright © 2001–2016 mmm-Team. All rights reserved.