Package org.apache.poi.ss.formula.ptg
Class NotEqualPtg
- java.lang.Object
 - 
- org.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.NotEqualPtg
 
 
 
 
 
- 
public final class NotEqualPtg extends ValueOperatorPtg
Ptg class to implement not equal 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ValueOperatorPtginstancestatic bytesid- 
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfOperands()The number of operands expected by the operationsjava.lang.StringtoFormulaString(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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
sid
public static final byte sid
- See Also:
 - Constant Field Values
 
 
- 
instance
public static final ValueOperatorPtg instance
 
 - 
 
- 
Method Detail
- 
getNumberOfOperands
public int getNumberOfOperands()
Description copied from class:OperationPtgThe number of operands expected by the operations- Specified by:
 getNumberOfOperandsin classOperationPtg
 
- 
toFormulaString
public java.lang.String toFormulaString(java.lang.String[] operands)
Description copied from class:OperationPtgreturns a string representation of the operations the length of the input array should equal the number returned by- Specified by:
 toFormulaStringin classOperationPtg- See Also:
 OperationPtg.getNumberOfOperands()
 
 - 
 
 -