jxl.biff.formula
Class NumberValue

java.lang.Object
  |
  +--jxl.biff.formula.ParseItem
        |
        +--jxl.biff.formula.Operand
              |
              +--jxl.biff.formula.NumberValue
All Implemented Interfaces:
ParsedThing
Direct Known Subclasses:
DoubleValue, IntegerValue

abstract class NumberValue
extends Operand
implements ParsedThing

A constant numerical value in a formula


Fields inherited from class jxl.biff.formula.ParseItem
parent
 
Constructor Summary
protected NumberValue()
           
 
Method Summary
 void getString(java.lang.StringBuffer buf)
          Gets the string representation of this item
abstract  double getValue()
           
 
Methods inherited from class jxl.biff.formula.ParseItem
getBytes, setParent
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface jxl.biff.formula.ParsedThing
read
 

Constructor Detail

NumberValue

protected NumberValue()
Method Detail

getValue

public abstract double getValue()

getString

public void getString(java.lang.StringBuffer buf)
Description copied from class: ParseItem
Gets the string representation of this item
Overrides:
getString in class ParseItem
Following copied from class: jxl.biff.formula.ParseItem
Parameters:
ws - the workbook settings