Package org.olap4j.type
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 Summary
Constructors Constructor Description NumericType()
Creates a numeric type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.olap4j.type.ScalarType
getDimension, getHierarchy, getLevel, usesDimension
-
-