mondrian.olap.type
Class DateTimeType

java.lang.Object
  extended by mondrian.olap.type.ScalarType
      extended by mondrian.olap.type.DateTimeType
All Implemented Interfaces:
Type

public class DateTimeType
extends ScalarType

The type of an expression representing a date, time or timestamp.

Since:
Jan 2, 2008
Author:
jhyde
 

Constructor Summary
DateTimeType()
          Creates a DateTime type.
 
Method Summary
 boolean equals(Object obj)
           
 
Methods inherited from class mondrian.olap.type.ScalarType
computeCommonType, getDimension, getHierarchy, getLevel, hashCode, toString, usesDimension
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateTimeType

public DateTimeType()
Creates a DateTime type.

Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class ScalarType

SourceForge.net_Logo