|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of data rows contained in tabular datapublic interface ITabularData<T extends IDataRow<?>>
Interface for classes, which represents the data read from the source data file in a form of a table with records
records of type extending IDataRow. The ITabularData extends the List interface.
| Method Summary | |
|---|---|
List<String> |
getColumnCaptions()
Retrieves the captions of columns of the tabular data. |
int |
getColumnsCount()
Retrieves the number of columns of the tabular data. |
| 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 |
|---|
int getColumnsCount()
List<String> getColumnCaptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||