Package mondrian.olap.type

Type system for MDX expessions.

See:
          Description

Interface Summary
Type Type of an MDX expression.
 

Class Summary
BooleanType The type of a boolean expression.
CubeType The type of an expression which represents a Cube or Virtual Cube.
DateTimeType The type of an expression representing a date, time or timestamp.
DecimalType Subclass of NumericType which guarantees fixed number of decimal places.
DimensionType The type of an expression which represents a Dimension.
HierarchyType The type of an expression which represents a hierarchy.
LevelType The type of an expression which represents a level.
MemberType The type of an expression which represents a member.
NullType The type of a null expression.
NumericType The type of a numeric expression.
ScalarType Base class for types which represent scalar values.
SetType Set type.
StringType The type of a string expression.
SymbolType The type of a symbolic expression.
TupleType Tuple type.
TypeTest Unit test for mondrian type facility.
TypeUtil Utility methods relating to types.
 

Package mondrian.olap.type Description

Type system for MDX expessions.


SourceForge.net_Logo