mondrian.olap.type
Class BooleanType

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

public class BooleanType
extends ScalarType

The type of a boolean expression.

Since:
Feb 17, 2005
Author:
jhyde
 

Constructor Summary
BooleanType()
           
 
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

BooleanType

public BooleanType()
Method Detail

equals

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

SourceForge.net_Logo