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