org.apache.poi.hssf.record.formula
Interface OperationPtg

All Known Implementing Classes:
DividePtg, ValueVariableFunctionPtg, ParenthesisPtg, MultiplyPtg, SubtractPtg, AttrPtg, AddPtg, PowerPtg

public interface OperationPtg

defines a Ptg that is an operation instead of an operand

Author:
andy

Field Summary
static int TYPE_BINARY
           
static int TYPE_FUNCTION
           
static int TYPE_UNARY
           
 
Method Summary
 int getNumberOfOperands()
           
 int getType()
           
 java.lang.String toFormulaString(Ptg[] operands)
           
 

Field Detail

TYPE_UNARY

public static final int TYPE_UNARY

TYPE_BINARY

public static final int TYPE_BINARY

TYPE_FUNCTION

public static final int TYPE_FUNCTION
Method Detail

getType

public int getType()

getNumberOfOperands

public int getNumberOfOperands()

toFormulaString

public java.lang.String toFormulaString(Ptg[] operands)


Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.