Class AndFilter

  • All Implemented Interfaces:
    Filter

    public class AndFilter
    extends java.lang.Object
    implements Filter
    • Constructor Detail

      • AndFilter

        public AndFilter()
      • AndFilter

        public AndFilter​(Filter filterA,
                         Filter filterB)
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
        Specified by:
        getProperty in interface Filter
      • matches

        public boolean matches​(DataRecord record,
                               boolean treatNullAsDefaultValue)
        Specified by:
        matches in interface Filter
      • explain

        public java.lang.String explain​(int filterLevel)
        Specified by:
        explain in interface Filter