public final class GreaterThanPtg extends ValueOperatorPtg
Modifier and Type | Field | Description |
---|---|---|
static ValueOperatorPtg |
instance |
|
static byte |
sid |
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier and Type | Method | Description |
---|---|---|
int |
getNumberOfOperands() |
Get the number of operands for the Less than operator
|
protected byte |
getSid() |
|
java.lang.String |
toFormulaString(java.lang.String[] operands) |
Implementation of method from OperationsPtg
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString
getDefaultOperandClass, getSize, isBaseToken, toFormulaString, write
public static final byte sid
public static final ValueOperatorPtg instance
protected byte getSid()
getSid
in class ValueOperatorPtg
public int getNumberOfOperands()
getNumberOfOperands
in class OperationPtg
public java.lang.String toFormulaString(java.lang.String[] operands)
toFormulaString
in class OperationPtg
operands
- a String array of operandsOperationPtg.getNumberOfOperands()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.