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 Object
  • Constructor Details

    • ErrorMatcher

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

    • getValueText

      protected String getValueText()
    • matches

      public boolean matches(ValueEval x)
    • getValue

      public int getValue()
    • getCode

      protected final int getCode()
    • evaluate

      protected final boolean evaluate(int cmpResult)
    • evaluate

      protected final boolean evaluate(boolean cmpResult)
    • toString

      public final String toString()
      Overrides:
      toString in class Object