| Constructor and Description |
|---|
MetaCSVRecord(org.apache.commons.csv.CSVRecord record,
ProcessorProvider provider,
ReadProcessorProvider readProvider,
HashMap<Integer,ReadFieldProcessor<?>> processorByIndex,
TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(int i) |
Date |
getDate(int i) |
Date |
getDatetime(int i) |
BigDecimal |
getDecimal(int i) |
Double |
getFloat(int i) |
Long |
getInteger(int i) |
Object |
getObject(int i) |
CharSequence |
getText(int i) |
Iterator<Object> |
iterator() |
int |
size() |
List<String> |
toCanonicalList() |
List<Object> |
toList() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MetaCSVRecord(org.apache.commons.csv.CSVRecord record,
ProcessorProvider provider,
ReadProcessorProvider readProvider,
HashMap<Integer,ReadFieldProcessor<?>> processorByIndex,
TimeZone timeZone)
public Boolean getBoolean(int i) throws MetaCSVCastException, MetaCSVReadException
public Date getDate(int i) throws MetaCSVReadException
MetaCSVReadExceptionpublic Date getDatetime(int i) throws MetaCSVReadException
MetaCSVReadExceptionpublic BigDecimal getDecimal(int i) throws MetaCSVReadException
MetaCSVReadExceptionpublic Double getFloat(int i) throws MetaCSVReadException
MetaCSVReadExceptionpublic Long getInteger(int i) throws MetaCSVReadException
MetaCSVReadExceptionpublic CharSequence getText(int i) throws MetaCSVReadException
MetaCSVReadExceptionpublic Object getObject(int i) throws MetaCSVReadException
MetaCSVReadExceptionpublic int size()
Copyright © 2020–2021. All rights reserved.