Class AntSearch


  • public class AntSearch
    extends java.lang.Object
    Class to represent a single column search in a AntD Table Request.
    • Constructor Summary

      Constructors 
      Constructor Description
      AntSearch()  
    • Method Summary

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

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

      • AntSearch

        public AntSearch()
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
      • getValue

        public java.lang.Object getValue()
      • getOperation

        public java.lang.String getOperation()