Class SearchQuery.Criterion

  • Enclosing class:
    SearchQuery<T>

    protected class SearchQuery.Criterion
    extends Object
    A criterion consisting of the property's name and and SearchQuery.Operand, optionally providing a value (it depends on the operand if a value is needed).
    • Method Detail

      • getName

        public String getName()
      • getValue

        public Object getValue()
      • isValueMandatory

        public boolean isValueMandatory()
      • isValid

        public boolean isValid()