Class QueryBox
- java.lang.Object
-
- org.gcube.resources.discovery.client.queries.impl.QueryBox
-
- All Implemented Interfaces:
Query
- Direct Known Subclasses:
QueryTemplate
public class QueryBox extends Object implements Query
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Stringexpression()Returns the textual expression of the query.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
QueryBox
public QueryBox(String expression)
-
-
Method Detail
-
expression
public String expression()
Description copied from interface:QueryReturns the textual expression of the query.- Specified by:
expressionin interfaceQuery- Returns:
- the expression.
-
-