mondrian.xmla
Class XmlaHandler.MDDataSet

java.lang.Object
  extended by mondrian.xmla.XmlaHandler.MDDataSet
Direct Known Subclasses:
XmlaHandler.MDDataSet_Multidimensional, XmlaHandler.MDDataSet_Tabular
Enclosing class:
XmlaHandler

abstract static class XmlaHandler.MDDataSet
extends Object

 

Field Summary
protected static String[] cellPropLongs
           
protected static String[] cellProps
           
protected static String[] defaultProps
           
protected static Map<String,String> longPropNames
           
protected  Result result
           
 
Constructor Summary
protected XmlaHandler.MDDataSet(Result result)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

protected final Result result

cellProps

protected static final String[] cellProps

cellPropLongs

protected static final String[] cellPropLongs

defaultProps

protected static final String[] defaultProps

longPropNames

protected static final Map<String,String> longPropNames
Constructor Detail

XmlaHandler.MDDataSet

protected XmlaHandler.MDDataSet(Result result)

SourceForge.net_Logo