| Interface | Description |
|---|---|
| Type |
Type of an MDX expression.
|
| Class | Description |
|---|---|
| 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.
|
| EmptyType |
The type of a empty expression.
|
| 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.
|
| TypeUtil |
Utility methods relating to types.
|
Copyright © 2021 Hitachi Vantara. All rights reserved.