Package mondrian.olap.type
Class EmptyType
java.lang.Object
mondrian.olap.type.ScalarType
mondrian.olap.type.EmptyType
- All Implemented Interfaces:
 Type
The type of a empty expression.
 
An example of an empty expression is the third argument to the call
 DrilldownLevelTop({[Store].[USA]}, 2, , [Measures].[Unit
 Sales]).
 
- Since:
 - Jan 26, 2009
 - Author:
 - medstat
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class mondrian.olap.type.ScalarType
computeCommonType, getArity, getDimension, getHierarchy, getLevel, hashCode, isInstance, toString, usesDimension, usesHierarchy 
- 
Constructor Details
- 
EmptyType
public EmptyType()Creates an empty type. 
 - 
 - 
Method Details
- 
equals
- Overrides:
 equalsin classScalarType
 
 -