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: LessThanPtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.OperationPtg
         org.apache.poi.hssf.record.formula.ValueOperatorPtg
            org.apache.poi.hssf.record.formula.LessThanPtg

All Implemented Interfaces:
    Cloneable

Less than operator PTG "<". The SID is taken from the Openoffice.orgs Documentation of the Excel File Format, Table 3.5.7
Field Summary
public static final  byte sid    the sid for the less than operator as hex 
public static final  ValueOperatorPtg instance     
Fields inherited from org.apache.poi.hssf.record.formula.OperationPtg:
TYPE_UNARY,  TYPE_BINARY,  TYPE_FUNCTION
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Method from org.apache.poi.hssf.record.formula.LessThanPtg Summary:
getNumberOfOperands,   getSid,   toFormulaString
Methods from org.apache.poi.hssf.record.formula.ValueOperatorPtg:
getDefaultOperandClass,   getSid,   getSize,   isBaseToken,   toFormulaString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.OperationPtg:
getDefaultOperandClass,   getNumberOfOperands,   getType,   toFormulaString
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.LessThanPtg Detail:
 public int getNumberOfOperands() 
    Get the number of operands for the Less than operator
 protected byte getSid() 
 public String toFormulaString(String[] operands) 
    Implementation of method from OperationsPtg