org.apache.poi.ss.formula.ptg
Class GreaterEqualPtg
java.lang.Object
org.apache.poi.ss.formula.ptg.Ptg
org.apache.poi.ss.formula.ptg.OperationPtg
org.apache.poi.ss.formula.ptg.ValueOperatorPtg
org.apache.poi.ss.formula.ptg.GreaterEqualPtg
public final class GreaterEqualPtg
- extends ValueOperatorPtg
PTG class to implement greater or equal to
- Author:
- fred at stsci dot edu
Method Summary |
int |
getNumberOfOperands()
The number of operands expected by the operations |
protected byte |
getSid()
|
java.lang.String |
toFormulaString(java.lang.String[] operands)
returns a string representation of the operations
the length of the input array should equal the number returned by |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
sid
public static final byte sid
- See Also:
- Constant Field Values
instance
public static final ValueOperatorPtg instance
getSid
protected byte getSid()
- Specified by:
getSid
in class ValueOperatorPtg
getNumberOfOperands
public int getNumberOfOperands()
- Description copied from class:
OperationPtg
- The number of operands expected by the operations
- Specified by:
getNumberOfOperands
in class OperationPtg
toFormulaString
public java.lang.String toFormulaString(java.lang.String[] operands)
- Description copied from class:
OperationPtg
- returns a string representation of the operations
the length of the input array should equal the number returned by
- Specified by:
toFormulaString
in class OperationPtg
- See Also:
OperationPtg.getNumberOfOperands()
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.