org.apache.poi.hssf.record.formula
Class UnaryMinusPtg
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.UnaryMinusPtg
public final class UnaryMinusPtg
- extends ValueOperatorPtg
Unary Plus operator
does not have any effect on the operand
- Author:
- Avik Sengupta
Method Summary |
int |
getNumberOfOperands()
The number of operands expected by the operations |
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()
- 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)
- implementation of method from OperationsPtg
- Specified by:
toFormulaString
in class OperationPtg
- See Also:
OperationPtg.getNumberOfOperands()