org.gcube.resources.discovery.client.queries.api
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
 String expression()
          Returns the textual expression of the query.
 

Method Detail

expression

String expression()
Returns the textual expression of the query.

Returns:
the expression.


Copyright © 2013. All Rights Reserved.