org.apache.poi.hssf.record.formula
Class GreaterThanPtg
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.GreaterThanPtg
public final class GreaterThanPtg
- extends ValueOperatorPtg
Greater than operator PTG ">"
- Author:
- Cameron Riley (criley at ekmail.com)
Method Summary |
int |
getNumberOfOperands()
Get the number of operands for the Less than operator |
java.lang.String |
toFormulaString(java.lang.String[] operands)
Implementation of method from OperationsPtg |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sid
public static final byte sid
- See Also:
- Constant Field Values
instance
public static final ValueOperatorPtg instance
getNumberOfOperands
public int getNumberOfOperands()
- Get the number of operands for the Less than operator
- Specified by:
getNumberOfOperands
in class OperationPtg
- Returns:
- int the number of operands
toFormulaString
public java.lang.String toFormulaString(java.lang.String[] operands)
- Implementation of method from OperationsPtg
- Specified by:
toFormulaString
in class OperationPtg
- Parameters:
operands
- a String array of operands
- Returns:
- String the Formula as a String
- See Also:
OperationPtg.getNumberOfOperands()