|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LevelHandle | |
---|---|
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 |
Uses of LevelHandle in org.eclipse.birt.report.model.api |
---|
Methods in org.eclipse.birt.report.model.api that return LevelHandle | |
---|---|
LevelHandle |
ModuleHandle.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. |
Methods in org.eclipse.birt.report.model.api with parameters of type LevelHandle | |
---|---|
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. |
protected void |
DesignVisitor.visitLevel(LevelHandle obj)
Visits the level element. |
Uses of LevelHandle in org.eclipse.birt.report.model.api.olap |
---|
Subclasses of LevelHandle in org.eclipse.birt.report.model.api.olap | |
---|---|
class |
OdaLevelHandle
Represents a level element. |
class |
TabularLevelHandle
Represents a level element. |
Methods in org.eclipse.birt.report.model.api.olap that return LevelHandle | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |