Save This Page
Home » jexcelapi_2_6_8 » jxl.biff.formula » [javadoc | source]
jxl.biff.formula
class: IntegerValue [javadoc | source]
java.lang.Object
   jxl.biff.formula.ParseItem
      jxl.biff.formula.Operand
         jxl.biff.formula.NumberValue
            jxl.biff.formula.IntegerValue

All Implemented Interfaces:
    ParsedThing

A cell reference in a formula
Constructor:
 public IntegerValue() 
 public IntegerValue(String s) 
    Constructor for an integer value being read from a string
Method from jxl.biff.formula.IntegerValue Summary:
getBytes,   getValue,   handleImportedCellReferences,   isOutOfRange,   read
Methods from jxl.biff.formula.NumberValue:
getString,   getValue
Methods from jxl.biff.formula.Operand:
adjustRelativeCellReferences,   columnInserted,   columnRemoved,   rowInserted,   rowRemoved
Methods from jxl.biff.formula.ParseItem:
adjustRelativeCellReferences,   columnInserted,   columnRemoved,   getBytes,   getString,   handleImportedCellReferences,   isValid,   isVolatile,   rowInserted,   rowRemoved,   setAlternateCode,   setInvalid,   setParent,   setVolatile,   useAlternateCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.formula.IntegerValue Detail:
 byte[] getBytes() 
    Gets the token representation of this item in RPN
 public double getValue() 
    Accessor for the value
  void handleImportedCellReferences() 
    If this formula was on an imported sheet, check that cell references to another sheet are warned appropriately Does nothing
 boolean isOutOfRange() 
    Accessor for the out of range flag
 public int read(byte[] data,
    int pos) 
    Reads the ptg data from the array starting at the specified position