org.gcube.accounting.datamodel.query
Class QueryClause

java.lang.Object
  extended by org.gcube.accounting.datamodel.query.QueryClause

public class QueryClause
extends Object


Constructor Summary
QueryClause(QueryField key, QueryOperator operator, String value)
           
QueryClause(String clause)
           
QueryClause(String key, QueryOperator operator, String value)
           
 
Method Summary
 String getKey()
           
 QueryOperator getOperator()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.