Package org.olap4j.type
Class StringType
java.lang.Object
org.olap4j.type.ScalarType
org.olap4j.type.StringType
- All Implemented Interfaces:
Type
The type of a string expression.
- Since:
- Feb 17, 2005
- Author:
- jhyde
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.olap4j.type.ScalarType
getDimension, getHierarchy, getLevel, usesDimension
-
Constructor Details
-
StringType
public StringType()Creates a string type.
-