Class SearchArgument


  • public final class SearchArgument
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      SearchOperator getOperator()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • SearchArgument

        public SearchArgument​(SearchOperator operator,
                              java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()