pl.edu.agh.cast.rawdata.stat
Class BrokenCellInfo
java.lang.Object
pl.edu.agh.cast.rawdata.stat.BrokenCellInfo
public class BrokenCellInfo
- extends Object
Class describes a single data cell which contains improper data. It contains associated broken row info object,
column number and error info which describes improper data. If the error affects to whole row the column number is
equal to WHOLE_ROW_BROKEN
constant defined in BrokenRowInfo.
- Author:
- AGH CAST Team
Field Summary |
static int |
WHOLE_ROW_BROKEN
Column index which indicates that broken cell affects whole row. |
WHOLE_ROW_BROKEN
public static final int WHOLE_ROW_BROKEN
- Column index which indicates that broken cell affects whole row.
- See Also:
- Constant Field Values
getBrokenRowInfo
public BrokenRowInfo getBrokenRowInfo()
getErrorInfo
public ErrorInfo getErrorInfo()
getColumn
public int getColumn()
toString
public String toString()
-
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.