org.olap4j.type
Class NullType

java.lang.Object
  extended by org.olap4j.type.ScalarType
      extended by org.olap4j.type.NullType
All Implemented Interfaces:
Type

public class NullType
extends ScalarType

The type of a null expression.

Since:
Aug 21, 2006
Version:
$Id: NullType.java 482 2012-01-05 23:27:27Z jhyde $
Author:
medstat

Constructor Summary
NullType()
          Creates a null type.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.olap4j.type.ScalarType
getDimension, getHierarchy, getLevel, usesDimension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullType

public NullType()
Creates a null type.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

SourceForge.net_Logo