Class JRMondrianTuple
- java.lang.Object
-
- net.sf.jasperreports.olap.mondrian.JRMondrianTuple
-
- All Implemented Interfaces:
JROlapMemberTuple
public class JRMondrianTuple extends Object implements JROlapMemberTuple
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description JRMondrianTuple(mondrian.olap.Position position, JRMondrianFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JROlapMember[]
getMembers()
-
-
-
Constructor Detail
-
JRMondrianTuple
public JRMondrianTuple(mondrian.olap.Position position, JRMondrianFactory factory)
-
-
Method Detail
-
getMembers
public JROlapMember[] getMembers()
- Specified by:
getMembers
in interfaceJROlapMemberTuple
-
-