mondrian.olap.type
Class NumericType

java.lang.Object
  extended by mondrian.olap.type.ScalarType
      extended by mondrian.olap.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
  NumericType()
          Creates a numeric type.
protected NumericType(String digest)
           
 
Method Summary
 boolean equals(Object obj)
           
 
Methods inherited from class mondrian.olap.type.ScalarType
computeCommonType, getDimension, getHierarchy, getLevel, hashCode, toString, usesDimension
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericType

public NumericType()
Creates a numeric type.


NumericType

protected NumericType(String digest)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class ScalarType

SourceForge.net_Logo