com.businessobjects.rebean.wi
Interface DataSourceParameterValues


public interface DataSourceParameterValues

The DataSourceParameterValues interface defines a collection of DataSourceParameterValue.

Since:
12.0
See Also:
DataProvider.getDataSourceParameterValues(), DataSourceParameters.createValues()

Method Summary
 int getCount()
          Returns the count of values in this collection.
 DataProvider getDataProvider()
          Returns the DataProvider instance holding these values
 DataSourceParameterValue getValue(int index)
          Returns the data source parameter value at the specified index.
 

Method Detail

getDataProvider

DataProvider getDataProvider()
Returns the DataProvider instance holding these values

Returns:
the DataProvider instance holding these values.

getCount

int getCount()
Returns the count of values in this collection.

Returns:
the count of values in this collection.

getValue

DataSourceParameterValue getValue(int index)
Returns the data source parameter value at the specified index.

Parameters:
index - the requested index.
Returns:
a DataSourceParameterValue instance.