Interface Query
- All Known Subinterfaces:
SimpleQuery
- All Known Implementing Classes:
QueryBox,QueryTemplate,XQuery
public interface Query
A query for resources.
The interface is intended for clients that consume queries and are not otherwise concerned with their construction.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the textual expression of the query.
-
Method Details
-
expression
String expression()Returns the textual expression of the query.- Returns:
- the expression.
-