com.univocity.parsers.common
Interface ResultRecordMetaData<C extends com.univocity.parsers.common.Context>

All Superinterfaces:
com.univocity.parsers.common.record.RecordMetaData

public interface ResultRecordMetaData<C extends com.univocity.parsers.common.Context>
extends com.univocity.parsers.common.record.RecordMetaData

RecordMetaData with the name of the EntitySettings used.

Author:
uniVocity Software Pty Ltd - dev@univocity.com
See Also:
RecordMetaData

Method Summary
 String entityName()
          Get the name of the entity that contains the current results.
 
Methods inherited from interface com.univocity.parsers.common.record.RecordMetaData
containsColumn, convertFields, convertFields, convertIndexes, defaultValueOf, defaultValueOf, defaultValueOf, headers, indexOf, indexOf, selectedHeaders, setDefaultValueOfColumns, setDefaultValueOfColumns, setDefaultValueOfColumns, setTypeOfColumns, setTypeOfColumns, setTypeOfColumns, typeOf, typeOf, typeOf
 

Method Detail

entityName

String entityName()
Get the name of the entity that contains the current results.

Returns:
the name of the entity.


Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.