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: LessEqualPtg [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.LessEqualPtg

All Implemented Interfaces:
    Cloneable

Ptg class to implement less than or equal
Field Summary
public static final  byte sid     
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.LessEqualPtg 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.LessEqualPtg Detail:
 public int getNumberOfOperands() 
 protected byte getSid() 
 public String toFormulaString(String[] operands)