Class NumericObject

java.lang.Object
quadbase.reportdesigner.lang.NumericObject
All Implemented Interfaces:
IObject, IFunctionConstants

public class NumericObject extends Object implements IObject, IFunctionConstants
This class is used to implement formulas for columns contain numeric data
  • Constructor Details

    • NumericObject

      public NumericObject(short number)
      Create a new NumericObject using specified short
    • NumericObject

      public NumericObject(int number)
      Create a new NumericObject using specified int
    • NumericObject

      public NumericObject(long number)
      Create a new NumericObject using specified long
    • NumericObject

      public NumericObject(float number)
      Create a new NumericObject using specified float
    • NumericObject

      public NumericObject(double number)
      Create a new NumericObject using specified double
    • NumericObject

      public NumericObject(byte val)
      Create a new NumericObject using specified byte
    • NumericObject

      protected NumericObject(String formula, int sqlType)
      Create a new NumericObject using specified formula and SQL type
  • Method Details