pl.edu.agh.cast.importer.base.data
Interface IDataRow<T>

Type Parameters:
T - type of elements contained in data row cells
All Superinterfaces:
Collection<T>, Iterable<T>, List<T>
All Known Implementing Classes:
DataRow, RawDataRow

public interface IDataRow<T>
extends List<T>

Interface for classes, which represent one analyzed row of data read from the source data file. It extends the List interface.

Author:
AGH CAST Team

Method Summary
 int getInputRowNumber()
          Retrieves the input row number.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getInputRowNumber

int getInputRowNumber()
Retrieves the input row number.

Returns:
row number


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.