Class SearchCriteria.rscSearch

  • Enclosing class:
    SearchCriteria

    public static class SearchCriteria.rscSearch
    extends java.lang.Object
    This class is used internally.
    This class is a simple Java Bean object that represents the built search criteria or a template to build it.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int match
      This is the operator character:
      java.lang.String name
      The attribute name.
      boolean negate
      Tells whether the expression should be negated.
      java.lang.Object value
      This is the other attribute or its expanded value(s).
    • Constructor Summary

      Constructors 
      Constructor Description
      rscSearch​(java.lang.String name, int match, java.lang.Object value)
      Creates s simple object of type SearchCriteria.rscSearch
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait