public class NumberRangeSet extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
MULTI_VALUE_SEPARATOR |
| 构造器和说明 |
|---|
NumberRangeSet(List<NumberRangeRule> rules,
String fallBackValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
evaluate(Double value)
Evaluates a value against all rules.
|
String |
evaluate(String strValue)
Evaluates a value against all rules.
|
protected String |
evaluateDouble(double value)
Evaluates a value against all rules
|
static String |
getMultiValueSeparator()
Returns separator that is added if a value matches multiple ranges.
|
public NumberRangeSet(List<NumberRangeRule> rules, String fallBackValue)
protected String evaluateDouble(double value)
public static String getMultiValueSeparator()
public String evaluate(String strValue) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionCopyright © 2024 Hitachi Vantara. All rights reserved.