mondrian.olap.type
Class NullType
java.lang.Object
mondrian.olap.type.ScalarType
mondrian.olap.type.NullType
- All Implemented Interfaces:
- Type
public class NullType
- extends ScalarType
The type of a null expression.
- Since:
- Aug 21, 2006
- Version:
- $Id: //open/mondrian/src/main/mondrian/olap/type/NullType.java#4 $
- Author:
- medstat
Constructor Summary |
NullType()
Creates a null type. |
NullType
public NullType()
- Creates a null type.
equals
public boolean equals(Object obj)
- Overrides:
equals
in class ScalarType