org.millscript.office.spreadsheet.cells
Class NumberCell

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

public class NumberCell
extends java.lang.Object
implements Cell


Constructor Summary
NumberCell(java.lang.Number num)
           
 
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

NumberCell

public NumberCell(java.lang.Number num)
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.