Class BooleanFilter

java.lang.Object
org.teamapps.data.value.filter.AbstractFilter
org.teamapps.data.value.filter.BooleanFilter
All Implemented Interfaces:
Filter

public class BooleanFilter
extends AbstractFilter
  • Constructor Summary

    Constructors 
    Constructor Description
    BooleanFilter​(java.lang.String property, boolean value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String explain​(int filterLevel)  
    FilterType getType()  
    java.lang.Boolean getValue()  
    boolean matches​(DataRecord record, boolean treatNullAsDefaultValue)  

    Methods inherited from class org.teamapps.data.value.filter.AbstractFilter

    getProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.teamapps.data.value.filter.Filter

    and, asOrFilter, createLevelIndentString, explain, matches, or
  • Constructor Details

    • BooleanFilter

      public BooleanFilter​(java.lang.String property, boolean value)
  • Method Details