mondrian.olap.type
Class SymbolType

java.lang.Object
  extended by mondrian.olap.type.ScalarType
      extended by mondrian.olap.type.SymbolType
All Implemented Interfaces:
Type

public class SymbolType
extends ScalarType

The type of a symbolic expression.

Since:
Feb 17, 2005
Author:
jhyde
 

Constructor Summary
SymbolType()
          Creates a symbol type.
 
Method Summary
 
Methods inherited from class mondrian.olap.type.ScalarType
computeCommonType, equals, getDimension, getHierarchy, getLevel, hashCode, toString, usesDimension
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SymbolType

public SymbolType()
Creates a symbol type.


SourceForge.net_Logo