public final class GreaterThanPtg extends ValueOperatorPtg
| Modifier and Type | Field and Description | 
|---|---|
| static GreaterThanPtg | instance | 
| static byte | sid | 
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARYCLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| GreaterThanPtg | copy() | 
| 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 | 
getDefaultOperandClass, getSize, isBaseToken, toFormulaString, writecreatePtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toStringpublic static final byte sid
public static final GreaterThanPtg instance
protected byte getSid()
getSid in class ValueOperatorPtgpublic int getNumberOfOperands()
getNumberOfOperands in class OperationPtgpublic java.lang.String toFormulaString(java.lang.String[] operands)
toFormulaString in class OperationPtgoperands - a String array of operandsOperationPtg.getNumberOfOperands()public GreaterThanPtg copy()
copy in interface Duplicatablecopy in class PtgCopyright 2020 The Apache Software Foundation or its licensors, as applicable.