Class Countif.ErrorMatcher
- java.lang.Object
 - 
- org.apache.poi.ss.formula.functions.Countif.ErrorMatcher
 
 
- 
- All Implemented Interfaces:
 org.apache.poi.ss.formula.functions.CountUtils.I_MatchPredicate
- Enclosing class:
 - Countif
 
public static final class Countif.ErrorMatcher extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description ErrorMatcher(int errorCode, org.apache.poi.ss.formula.functions.Countif.CmpOp operator) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetValue()booleanmatches(ValueEval x) 
 - 
 
- 
- 
Method Detail
- 
matches
public boolean matches(ValueEval x)
 
- 
getValue
public int getValue()
 
 - 
 
 -