org.olap4j.type
Class NumericType

java.lang.Object
  extended by org.olap4j.type.ScalarType
      extended by 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
Version:
$Id: NumericType.java 482 2012-01-05 23:27:27Z jhyde $
Author:
jhyde

Constructor Summary
NumericType()
          Creates a numeric type.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.olap4j.type.ScalarType
getDimension, getHierarchy, getLevel, usesDimension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericType

public NumericType()
Creates a numeric type.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

SourceForge.net_Logo