pl.edu.agh.cast.rawdata.stat
Class BrokenCellInfo

java.lang.Object
  extended by 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.
 
Method Summary
 BrokenRowInfo getBrokenRowInfo()
           
 int getColumn()
           
 ErrorInfo getErrorInfo()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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.