com.businessobjects.rebean.wi
Interface DataSourceParameters


public interface DataSourceParameters

The DataSourceParameters interface defines a collection of DataSourceParameter.

Since:
12.0
See Also:
DataSource.getParameters()

Method Summary
 DataSourceParameterValues createValues()
          Returns a DataSourceParameterValues collection providing access to this data source parameter values.
 int getCount()
          Returns the count of data source parameters in this collection.
 DataSourceParameter getParameter(int index)
          Returns the data source parameter at the specified index.
 

Method Detail

getCount

int getCount()
Returns the count of data source parameters in this collection.

Returns:
the count of data source parameters in this collection.

getParameter

DataSourceParameter getParameter(int index)
Returns the data source parameter at the specified index.

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

createValues

DataSourceParameterValues createValues()
Returns a DataSourceParameterValues collection providing access to this data source parameter values.

Returns:
a DataSourceParameterValues instance, containing DataSourceParameterValue elements initialized with their default values.