public interface PdfAsParameter
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | getConfiguration()Gets the configuration associated with the parameter | 
| DataSource | getDataSource()Gets the data source of the parameter | 
| void | setConfiguration(Configuration configuration)Sets the configuration associated with the parameter | 
| void | setDataSource(DataSource dataSource)Sets the data source of the parameter | 
Configuration getConfiguration()
void setConfiguration(Configuration configuration)
configuration - DataSource getDataSource()
void setDataSource(DataSource dataSource)
dataSource -