public interface FunctionIntf
| Modifier and Type | Method and Description |
|---|---|
String |
doColumnMath(DataProcessField aField,
String aPriorValue,
String aSign,
String aValue) |
String |
doFunction(String aValue,
String aFunction,
DataProcessField aField) |
void |
init(DataProcessConfigIntf aConfig,
DataProcessEngine anEngine) |
boolean |
isSkipDateFormat() |
void |
shutdown() |
void init(DataProcessConfigIntf aConfig, DataProcessEngine anEngine) throws Exception
ExceptionString doFunction(String aValue, String aFunction, DataProcessField aField) throws Exception
ExceptionString doColumnMath(DataProcessField aField, String aPriorValue, String aSign, String aValue) throws Exception
Exceptionboolean isSkipDateFormat()
Copyright © 2020. All rights reserved.