|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.edu.agh.cast.rawdata.stat.BrokenRowInfo
public class BrokenRowInfo
Contains information about error in specified DataRow object.
| Constructor Summary | |
|---|---|
BrokenRowInfo(DataRow sourceRow)
Constructor without statistics. |
|
| Method Summary | |
|---|---|
void |
addBrokenCellInfo(int columnIndex,
ErrorInfo error)
Creates and adds a new BrokenCellInfo object to broken cells list. |
boolean |
canBeConverted()
Checks if row can be converted. |
List<BrokenCellInfo> |
getBrokenCells()
|
DataRow |
getSourceRow()
|
boolean |
isRowError()
Checks if whole row is broken. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BrokenRowInfo(DataRow sourceRow)
sourceRow - source row attached to broken row info object| Method Detail |
|---|
public void addBrokenCellInfo(int columnIndex,
ErrorInfo error)
BrokenCellInfo object to broken cells list.
columnIndex - cell index in source row, if error concerns whole row, columnIndex is equal to
BrokenCellInfo.WHOLE_ROW_BROKEN constanterror - error information which occurs in specified columnpublic boolean canBeConverted()
BrokenRowInfo instance doesn't have error cells returns true.
public boolean isRowError()
public List<BrokenCellInfo> getBrokenCells()
public DataRow getSourceRow()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||