Package mondrian.olap.type
Class NullType
java.lang.Object
mondrian.olap.type.ScalarType
mondrian.olap.type.NullType
- All Implemented Interfaces:
Type
The type of a null expression.
- Since:
- Aug 21, 2006
- Author:
- medstat
-
Constructor Summary
-
Method Summary
Methods inherited from class mondrian.olap.type.ScalarType
computeCommonType, getArity, getDimension, getHierarchy, getLevel, hashCode, isInstance, toString, usesDimension, usesHierarchy
-
Constructor Details
-
NullType
public NullType()Creates a null type.
-
-
Method Details
-
equals
- Overrides:
equals
in classScalarType
-