Uses of Interface
org.olap4j.type.Type
Packages that use Type
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
Type system for MDX expressions.
-
Uses of Type in org.olap4j
Methods in org.olap4j that return TypeModifier and TypeMethodDescriptionOlapParameterMetaData.getParameterOlapType
(int param) Retrieves the designated parameter's OLAP type. -
Uses of Type in org.olap4j.mdx
Methods in org.olap4j.mdx that return TypeModifier and TypeMethodDescriptionAxisNode.getType()
CallNode.getType()
CubeNode.getType()
DimensionNode.getType()
DrillThroughNode.getType()
HierarchyNode.getType()
IdentifierNode.getType()
LevelNode.getType()
LiteralNode.getType()
MemberNode.getType()
ParameterNode.getType()
ParseTreeNode.getType()
Returns the type of this expression.PropertyValueNode.getType()
SelectNode.getType()
WithMemberNode.getType()
WithSetNode.getType()
Methods in org.olap4j.mdx with parameters of type TypeModifier and TypeMethodDescriptionvoid
Sets the type of this CallNode.void
Sets the type of this parameter.Constructors in org.olap4j.mdx with parameters of type TypeModifierConstructorDescriptionParameterNode
(ParseRegion region, String name, Type type, ParseTreeNode defaultValueExpression) Creates a ParameterNode. -
Uses of Type in org.olap4j.type
Classes in org.olap4j.type that implement TypeModifier and TypeClassDescriptionclass
The type of a boolean (logical) expression.class
The type of an expression which represents a Cube or Virtual Cube.class
Subclass ofNumericType
which guarantees fixed number of decimal places.class
The type of an expression which represents a Dimension.class
The type of an expression which represents a hierarchy.class
The type of an expression which represents a level.class
The type of an expression which represents a member.class
The type of a null expression.class
The type of a numeric expression.class
Base class for types which represent scalar values.class
Set type.class
The type of a string expression.class
The type of a symbolic expression.class
Tuple type.Methods in org.olap4j.type that return TypeModifier and TypeMethodDescriptionSetType.getElementType()
Returns the type of the elements of this set.Methods in org.olap4j.type with parameters of type TypeModifier and TypeMethodDescriptionstatic boolean
TypeUtil.canEvaluate
(Type type) Returns whether a value of a given type can be evaluated to a scalar value.static boolean
Returns whether a type is a set type.Constructors in org.olap4j.type with parameters of type Type