org.millscript.office.excel.records
Class BoolErr

java.lang.Object
  extended by org.millscript.office.excel.Record
      extended by org.millscript.office.excel.records.AbstractCellRecord
          extended by org.millscript.office.excel.records.BoolErr
All Implemented Interfaces:
org.millscript.commons.alert.AlertDecorator

public class BoolErr
extends AbstractCellRecord


Nested Class Summary
static class BoolErr.BoolErrType
           
 
Constructor Summary
BoolErr(int row, int col, int xf)
           
 
Method Summary
 void handle(RecordParser recordParser)
           
 void setType(BoolErr.BoolErrType t)
           
 void setValue(byte v)
           
 
Methods inherited from class org.millscript.office.excel.records.AbstractCellRecord
getIndexToColumn, getIndexToRow
 
Methods inherited from class org.millscript.office.excel.Record
decorate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoolErr

public BoolErr(int row,
               int col,
               int xf)
Parameters:
row -
col -
xf -
Method Detail

handle

public void handle(RecordParser recordParser)
Overrides:
handle in class Record
See Also:
Record.handle(org.millscript.office.excel.RecordParser)

setType

public void setType(BoolErr.BoolErrType t)
Parameters:
t - The type to set.

setValue

public void setValue(byte v)
Parameters:
v - The value to set.


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.