public abstract class AbstractDataSetMatrixRepository extends AbstractRepository
| Modifier and Type | Field and Description |
|---|---|
protected DataService |
dataService |
protected String |
dataSetIdentifier |
| Constructor and Description |
|---|
AbstractDataSetMatrixRepository(String url,
DataService dataService,
String dataSetIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Set<String> |
getAttributeNames() |
protected DataSet |
getDataSet() |
Class<? extends Entity> |
getEntityClass() |
EntityMetaData |
getEntityMetaData() |
getName, getUrl, iteratorprotected final String dataSetIdentifier
protected final DataService dataService
public AbstractDataSetMatrixRepository(String url, DataService dataService, String dataSetIdentifier)
public void close()
throws IOException
IOExceptionpublic EntityMetaData getEntityMetaData()
protected DataSet getDataSet()
Copyright © 2014. All Rights Reserved.