public interface IRangeAdaptor<T,C extends Comparable<?>>
| Modifier and Type | Method and Description |
|---|---|
C |
adaptValueType(Object value)
Adapts value type to the type of specific
IRangeAdaptor implementation. |
C |
getMax(T param)
Gets max value of range.
|
C |
getMin(T param)
Gets min value of range.
|
boolean |
useOriginalSource() |
C getMax(T param)
param - C getMin(T param)
param - C adaptValueType(Object value)
IRangeAdaptor implementation. To have the possibility to
compare these values.value - that is going to be compared with values returned by getMax(Object) and
getMin(Object) values.IRangeAdaptor implementation.boolean useOriginalSource()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.