Package org.olap4j.type
Class NullType
- java.lang.Object
-
- org.olap4j.type.ScalarType
-
- org.olap4j.type.NullType
-
- All Implemented Interfaces:
Type
public class NullType extends ScalarType
The type of a null expression.- Since:
- Aug 21, 2006
- Author:
- medstat
-
-
Constructor Summary
Constructors Constructor Description NullType()
Creates a null 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
-
-