org.pentaho.di.trans.steps.olapinput.olap4jhelper
Class CellSetFormatter

java.lang.Object
  extended by org.pentaho.di.trans.steps.olapinput.olap4jhelper.CellSetFormatter

public class CellSetFormatter
extends Object


Constructor Summary
CellSetFormatter()
           
 
Method Summary
 Matrix format(org.olap4j.CellSet cellSet)
           
static String getValueString(String formattedValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellSetFormatter

public CellSetFormatter()
Method Detail

getValueString

public static String getValueString(String formattedValue)
Parameters:
formattedValue -
Returns:
values

format

public Matrix format(org.olap4j.CellSet cellSet)