Class Countif.ErrorMatcher
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Countif.ErrorMatcher
-
- All Implemented Interfaces:
CountUtils.I_MatchPredicate
- Enclosing class:
- Countif
public static final class Countif.ErrorMatcher extends 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()protected StringgetValueText()booleanmatches(ValueEval x)
-
-
-
Constructor Detail
-
ErrorMatcher
public ErrorMatcher(int errorCode, org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
-
-