Package net.sf.jasperreports.olap.result
Interface JROlapHierarchyLevel
-
- All Known Implementing Classes:
JRMondrianLevel
,JRXmlaHierarchyLevel
,Olap4jLevel
public interface JROlapHierarchyLevel
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDepth()
String
getName()
-
-
-
Method Detail
-
getName
String getName()
-
getDepth
int getDepth()
-
-