org.formulacompiler.compiler
Interface NumericType.Factory

Enclosing interface:
NumericType

public static interface NumericType.Factory

Factory interface for ImplementationLocator.getInstance(Class).


Method Summary
 NumericType getInstance(java.lang.Class _valueType, int _scale, int _roundingMode)
          Factory method.
 NumericType getInstance(java.lang.Class _valueType, java.math.MathContext _mathContext)
          Factory method.
 

Method Detail

getInstance

NumericType getInstance(java.lang.Class _valueType,
                        int _scale,
                        int _roundingMode)
Factory method.


getInstance

NumericType getInstance(java.lang.Class _valueType,
                        java.math.MathContext _mathContext)
Factory method.