Class Filter.Expression

  • Enclosing class:
    Filter

    public class Filter.Expression
    extends java.lang.Object
    Object containing single filter
    • Constructor Detail

      • Expression

        public Expression​(Filter aFilter)
    • Method Detail

      • setIsOrFilter

        protected void setIsOrFilter()
                              throws java.text.ParseException
        Throws:
        java.text.ParseException
      • setIsAndFilter

        protected void setIsAndFilter()
                               throws java.text.ParseException
        Throws:
        java.text.ParseException
      • isOrFilter

        public boolean isOrFilter()
      • isAndFilter

        public boolean isAndFilter()
      • hasLeftPart

        public boolean hasLeftPart()
      • hasRightPart

        public boolean hasRightPart()
      • hasOperand

        public boolean hasOperand()