Class NumberRangeRule
java.lang.Object
org.pentaho.di.trans.steps.numberrange.NumberRangeRule
Contains one rule for a number range
- Author:
- ronny.roeller@fredhopper.com
-
Constructor Details
-
NumberRangeRule
-
-
Method Details
-
evaluate
Evaluates if the current value is within the range. If so, it returns the value. Otherwise it returns null. -
getLowerBound
public double getLowerBound() -
getUpperBound
public double getUpperBound() -
getValue
-
equals
-
hashCode
public int hashCode()
-