Interface IComponentQuery


public interface IComponentQuery
A query resource can be associated with a query expression using this interface
  • Method Summary

    Modifier and Type
    Method
    Description
    get the query expression
    void
    setX​(X x)
    set the query expression.
    boolean
    check if the query expression returns the same result since it has been set.
  • Method Details

    • setX

      void setX(X x)
      set the query expression. This will override previous settings
      Parameters:
      x -
    • getX

      X getX()
      get the query expression
    • verify

      boolean verify()
      check if the query expression returns the same result since it has been set.