org.olap4j.type
Class StringType

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

public class StringType
extends ScalarType

The type of a string expression.

Since:
Feb 17, 2005
Version:
$Id: StringType.java 229 2009-05-08 19:11:29Z jhyde $
Author:
jhyde

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

Constructor Detail

StringType

public StringType()
Creates a string type.


SourceForge.net_Logo