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 229 2009-05-08 19:11:29Z jhyde $
Author:
jhyde

Constructor Summary
NumericType()
          Creates a numeric type.
 
Method Summary
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

SourceForge.net_Logo