org.pentaho.reporting.engine.classic.core.parameters
Interface ParameterValues

All Known Implementing Classes:
ComputedParameterValues, DefaultParameterValues

public interface ParameterValues

Todo: Document me!

Author:
: Thomas Morgner

Method Summary
 Object getKeyValue(int row)
           
 int getRowCount()
           
 Object getTextValue(int row)
           
 

Method Detail

getRowCount

int getRowCount()

getKeyValue

Object getKeyValue(int row)

getTextValue

Object getTextValue(int row)