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 229 2009-05-08 19:11:29Z jhyde $
Author:
medstat

Constructor Summary
NullType()
          Creates a null type.
 
Method Summary
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

SourceForge.net_Logo