public class CSVSpecification extends java.lang.Object implements DataSourceSpecification
| Constructor and Description |
|---|
CSVSpecification() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
create()
Create a UI component to configure this kind of data source.
|
java.lang.String |
name()
Get a human-readable name for this kind of data source:
for example,
"Text file" or "Mathematical function". |
public DataSource create()
DataSourceSpecificationcreate in interface DataSourceSpecificationDataSource objectpublic java.lang.String name()
DataSourceSpecification"Text file" or "Mathematical function".name in interface DataSourceSpecification