public final class LessThanPtg extends ValueOperatorPtg
Modifier and Type | Field and Description |
---|---|
static LessThanPtg |
instance |
static byte |
sid
the sid for the less than operator as hex
|
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier and Type | Method and Description |
---|---|
LessThanPtg |
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, write
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString
public static final byte sid
public static final LessThanPtg 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()
public LessThanPtg copy()
copy
in interface Duplicatable
copy
in class Ptg
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.