Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
public final class: BoolPtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.ScalarConstantPtg
         org.apache.poi.hssf.record.formula.BoolPtg

All Implemented Interfaces:
    Cloneable

Boolean (boolean) Stores a (java) boolean value in a formula.
Field Summary
public static final  int SIZE     
public static final  byte sid     
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Constructor:
 public BoolPtg(RecordInputStream in) 
 public BoolPtg(String formulaToken) 
Method from org.apache.poi.hssf.record.formula.BoolPtg Summary:
getSize,   getValue,   toFormulaString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.ScalarConstantPtg:
getDefaultOperandClass,   isBaseToken
Methods from org.apache.poi.hssf.record.formula.Ptg:
clone,   copy,   createParsedExpressionTokens,   createPtg,   getBytes,   getDefaultOperandClass,   getEncodedSize,   getEncodedSize,   getPtgClass,   getSize,   isBaseToken,   readTokens,   serializePtgStack,   serializePtgs,   setClass,   toDebugString,   toFormulaString,   toString,   writeBytes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.record.formula.BoolPtg Detail:
 public int getSize() 
 public boolean getValue() 
 public String toFormulaString(HSSFWorkbook book) 
 public  void writeBytes(byte[] array,
    int offset)