org.olap4j.type
Class BooleanType

java.lang.Object
  extended by org.olap4j.type.ScalarType
      extended by org.olap4j.type.BooleanType
All Implemented Interfaces:
Type

public class BooleanType
extends ScalarType

The type of a boolean (logical) expression.

An example of a boolean expression is the predicate

[Measures].[Unit Sales] > 1000

Since:
Feb 17, 2005
Version:
$Id: BooleanType.java 482 2012-01-05 23:27:27Z jhyde $
Author:
jhyde

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

BooleanType

public BooleanType()
Creates a boolean type.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

SourceForge.net_Logo