Class Filter.Operand

  • Enclosing class:
    Filter

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

      Fields 
      Modifier and Type Field Description
      private java.lang.String operand
      The operand.
    • Constructor Summary

      Constructors 
      Constructor Description
      Operand​(java.lang.String aOp)
      Instantiates a new operand.
    • Method Summary

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

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

      • operand

        private java.lang.String operand
        The operand.
    • Constructor Detail

      • Operand

        public Operand​(java.lang.String aOp)
        Instantiates a new operand.
        Parameters:
        aOp - the a op
    • Method Detail

      • getOperand

        public java.lang.String getOperand()
        Gets the operand.
        Returns:
        the operand