org.millscript.office.spreadsheet.cells
Class BooleanCell

java.lang.Object
  extended by org.millscript.office.spreadsheet.cells.BooleanCell
All Implemented Interfaces:
Cell

public class BooleanCell
extends java.lang.Object
implements Cell


Constructor Summary
BooleanCell(java.lang.Boolean b)
           
 
Method Summary
 java.lang.Object getCalculatedContents(CellRef cellRef)
           
 java.lang.Object getContents()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanCell

public BooleanCell(java.lang.Boolean b)
Method Detail

getCalculatedContents

public java.lang.Object getCalculatedContents(CellRef cellRef)
Specified by:
getCalculatedContents in interface Cell
See Also:
Cell.getCalculatedContents(org.millscript.office.spreadsheet.CellRef)

getContents

public java.lang.Object getContents()
Specified by:
getContents in interface Cell
See Also:
Cell.getContents()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


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