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

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

BooleanType

public BooleanType()
Creates a boolean type.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

SourceForge.net_Logo