| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.LessEqualPtg
public final class LessEqualPtg
Ptg class to implement less than or equal
| Field Summary | |
|---|---|
static ValueOperatorPtg | 
instance
 | 
static byte | 
sid
 | 
| Fields inherited from class org.apache.poi.ss.formula.ptg.OperationPtg | 
|---|
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY | 
| Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg | 
|---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY | 
| 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 org.apache.poi.ss.formula.ptg.ValueOperatorPtg | 
|---|
getDefaultOperandClass, getSize, isBaseToken, toFormulaString, write | 
| Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg | 
|---|
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final byte sid
public static final ValueOperatorPtg instance
| Method Detail | 
|---|
protected byte getSid()
getSid in class ValueOperatorPtgpublic int getNumberOfOperands()
OperationPtg
getNumberOfOperands in class OperationPtgpublic java.lang.String toFormulaString(java.lang.String[] operands)
OperationPtg
toFormulaString in class OperationPtgOperationPtg.getNumberOfOperands()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||