INTERNAL_OBJECT_VALUE| Constructor and Description |
|---|
CsvRowWrapper() |
CsvRowWrapper(org.apache.commons.csv.CSVRecord record) |
| Modifier and Type | Method and Description |
|---|---|
MetaDataCollection |
getMetaData() |
String |
getValue(int columnIndex) |
String |
getValue(String columnName) |
void |
setMetaData(MetaDataCollection metaDataCollection) |
void |
setRecord(org.apache.commons.csv.CSVRecord record) |
public CsvRowWrapper()
public CsvRowWrapper(org.apache.commons.csv.CSVRecord record)
public void setRecord(org.apache.commons.csv.CSVRecord record)
public MetaDataCollection getMetaData() throws MintleafException
getMetaData in interface RowMintleafExceptionpublic void setMetaData(MetaDataCollection metaDataCollection)
setMetaData in interface RowCopyright © 2017. All rights reserved.