org.apache.poi.ss.formula.functions
Class Countif.ErrorMatcher

java.lang.Object
  extended by org.apache.poi.ss.formula.functions.Countif.ErrorMatcher
All Implemented Interfaces:
CountUtils.I_MatchPredicate
Enclosing class:
Countif

public static final class Countif.ErrorMatcher
extends java.lang.Object


Constructor Summary
Countif.ErrorMatcher(int errorCode, org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
           
 
Method Summary
 int getValue()
           
protected  java.lang.String getValueText()
           
 boolean matches(ValueEval x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Countif.ErrorMatcher

public Countif.ErrorMatcher(int errorCode,
                            org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
Method Detail

getValueText

protected java.lang.String getValueText()

matches

public boolean matches(ValueEval x)

getValue

public int getValue()