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 AttributeReadMaximumValue<VALUE>
maximum value
attribute of an object.Modifier and Type | Method and Description |
---|---|
VALUE |
getMaximumValue()
This method gets the maximum
value of this object. |
Copyright © 2001–2016 mmm-Team. All rights reserved.