net.sf.jasperreports.olap.xmla
Class JRXmlaResultAxis
java.lang.Object
net.sf.jasperreports.olap.xmla.JRXmlaResultAxis
- All Implemented Interfaces:
- JROlapResultAxis
public class JRXmlaResultAxis
- extends Object
- implements JROlapResultAxis
- Version:
- $Id: JRXmlaResultAxis.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRXmlaResultAxis
public JRXmlaResultAxis(String axisName)
getAxisName
public String getAxisName()
getHierarchiesOnAxis
public JROlapHierarchy[] getHierarchiesOnAxis()
- Specified by:
getHierarchiesOnAxis in interface JROlapResultAxis
getTuple
public JROlapMemberTuple getTuple(int index)
- Specified by:
getTuple in interface JROlapResultAxis
getTupleCount
public int getTupleCount()
- Specified by:
getTupleCount in interface JROlapResultAxis
addHierarchy
public void addHierarchy(JRXmlaHierarchy hierarchy)
addTuple
public void addTuple(JRXmlaMemberTuple tuple)
copyLevelInfo
protected void copyLevelInfo(JRXmlaMemberTuple tuple)
ensureHierarchyArray
protected JRXmlaHierarchy[] ensureHierarchyArray()
resetHierarchyArray
protected void resetHierarchyArray()
Copyright © 2012. All Rights Reserved.