Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
org.eclipse.birt.report.model.api.olap |
Modifier and Type | Method and Description |
---|---|
LevelHandle |
ModuleHandleImpl.findLevel(java.lang.String name)
Finds a cube element by name in this module and the included modules.
|
LevelHandle |
MemberValueHandle.getLevel()
Gets the cube level handle for this member value.
|
LevelHandle |
DimensionJoinConditionHandle.getLevel()
Gets the referred level element handle of this condition.
|
Modifier and Type | Method and Description |
---|---|
void |
MemberValueHandle.setLevel(LevelHandle levelHandle)
Sets the referred level of this member value.
|
void |
DimensionJoinConditionHandle.setLevel(LevelHandle levelHandle)
Sets the referred level by the handle.
|
Modifier and Type | Class and Description |
---|---|
class |
OdaLevelHandle
Represents a level element.
|
class |
TabularLevelHandle
Represents a level element.
|
Modifier and Type | Method and Description |
---|---|
LevelHandle |
HierarchyHandle.getLevel(int index)
Gets the level handle at the specified position within this hierarchy.
|
LevelHandle |
HierarchyHandle.getLevel(java.lang.String levelName)
Gets the level handle by the name within this hierarchy.
|
Copyright © 2008 Actuate Corp. All rights reserved.