Package org.olap4j.type
Class BooleanType
- java.lang.Object
-
- org.olap4j.type.ScalarType
-
- 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
- Author:
- jhyde
-
-
Constructor Summary
Constructors Constructor Description BooleanType()
Creates a boolean type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.olap4j.type.ScalarType
getDimension, getHierarchy, getLevel, usesDimension
-
-