Class BooleanFilter


  • public class BooleanFilter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BooleanFilter​(boolean filter)  
    • Method Summary

      Modifier and Type Method Description
      static BooleanFilter falseFilter()  
      boolean getFilterValue()  
      java.lang.String toString()  
      static BooleanFilter trueFilter()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BooleanFilter

        protected BooleanFilter​(boolean filter)
    • Method Detail

      • getFilterValue

        public boolean getFilterValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object