Package org.openl.rules.table.formatters
Class FormulaFormatter
- java.lang.Object
-
- org.openl.rules.table.formatters.FormulaFormatter
-
- All Implemented Interfaces:
IFormatter
public class FormulaFormatter extends Object implements IFormatter
- Author:
- Andrei Astrouski
-
-
Constructor Summary
Constructors Constructor Description FormulaFormatter()FormulaFormatter(IFormatter formulaResultFormatter)
-
-
-
Constructor Detail
-
FormulaFormatter
public FormulaFormatter()
-
FormulaFormatter
public FormulaFormatter(IFormatter formulaResultFormatter)
-
-
Method Detail
-
format
public String format(Object value)
- Specified by:
formatin interfaceIFormatter
-
parse
public Object parse(String value)
- Specified by:
parsein interfaceIFormatter
-
-