Class NumericType

java.lang.Object
org.olap4j.type.ScalarType
org.olap4j.type.NumericType
All Implemented Interfaces:
Type
Direct Known Subclasses:
DecimalType

public class NumericType extends ScalarType
The type of a numeric expression.
Since:
Feb 17, 2005
Author:
jhyde
  • Constructor Details

    • NumericType

      public NumericType()
      Creates a numeric type.
  • Method Details