Class Filter.Operand

  • Enclosing class:
    Filter

    public class Filter.Operand
    extends java.lang.Object
    Operand
    • Constructor Summary

      Constructors 
      Constructor Description
      Operand​(java.lang.String aOp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOperand()  
      • Methods inherited from class java.lang.Object

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

      • Operand

        public Operand​(java.lang.String aOp)
    • Method Detail

      • getOperand

        public java.lang.String getOperand()