Package net.sf.jasperreports.olap.xmla
Class JRXmlaHierarchyLevel
- java.lang.Object
-
- net.sf.jasperreports.olap.xmla.JRXmlaHierarchyLevel
-
- All Implemented Interfaces:
JROlapHierarchyLevel
public class JRXmlaHierarchyLevel extends Object implements JROlapHierarchyLevel
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description JRXmlaHierarchyLevel(String name, int depth)
-
-
-
Constructor Detail
-
JRXmlaHierarchyLevel
public JRXmlaHierarchyLevel(String name, int depth)
-
-
Method Detail
-
getDepth
public int getDepth()
- Specified by:
getDepth
in interfaceJROlapHierarchyLevel
-
getName
public String getName()
- Specified by:
getName
in interfaceJROlapHierarchyLevel
-
-