Uses of Class
org.eclipse.birt.report.model.api.olap.LevelHandle
Packages that use LevelHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of LevelHandle in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return LevelHandleModifier and TypeMethodDescriptionfinal LevelHandle
Finds a cube element by name in this module and the included modules.DimensionJoinConditionHandle.getLevel()
Gets the referred level element handle of this condition.MemberValueHandle.getLevel()
Gets the cube level handle for this member value.Methods in org.eclipse.birt.report.model.api with parameters of type LevelHandleModifier and TypeMethodDescriptionvoid
DimensionJoinConditionHandle.setLevel
(LevelHandle levelHandle) Sets the referred level by the handle.void
MemberValueHandle.setLevel
(LevelHandle levelHandle) Sets the referred level of this member value. -
Uses of LevelHandle in org.eclipse.birt.report.model.api.olap
Subclasses of LevelHandle in org.eclipse.birt.report.model.api.olapModifier and TypeClassDescriptionclass
Represents a level element.class
Represents a level element.Methods in org.eclipse.birt.report.model.api.olap that return LevelHandleModifier and TypeMethodDescriptionHierarchyHandle.getLevel
(int index) Gets the level handle at the specified position within this hierarchy.Gets the level handle by the name within this hierarchy.