mondrian.olap.type
Class StringType

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

public class StringType
extends ScalarType

The type of a string expression.

Since:
Feb 17, 2005
Author:
jhyde
 

Constructor Summary
StringType()
          Creates a string 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

StringType

public StringType()
Creates a string type.

Method Detail

equals

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

SourceForge.net_Logo