org.gcube.accounting.datamodel.query
Class QueryClause
java.lang.Object
org.gcube.accounting.datamodel.query.QueryClause
public class QueryClause
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryClause
public QueryClause(String clause)
throws QueryFormatException
- Throws:
QueryFormatException
QueryClause
public QueryClause(String key,
QueryOperator operator,
String value)
QueryClause
public QueryClause(QueryField key,
QueryOperator operator,
String value)
getKey
public String getKey()
- Returns:
- the key
getOperator
public QueryOperator getOperator()
- Returns:
- the operator
getValue
public String getValue()
- Returns:
- the value
Copyright © 2013. All Rights Reserved.