org.gcube.dataaccess.spql.model.where
Class WhereExpression

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.where.WhereExpression
All Implemented Interfaces:
CheckableElement

public class WhereExpression
extends Object
implements CheckableElement

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  List<Condition> conditions
           
 
Constructor Summary
WhereExpression(List<Condition> conditions)
           
 
Method Summary
 List<QueryError> check()
           
 List<Condition> getConditions()
           
 void setConditions(List<Condition> conditions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conditions

protected List<Condition> conditions
Constructor Detail

WhereExpression

public WhereExpression(List<Condition> conditions)
Parameters:
conditions -
Method Detail

getConditions

public List<Condition> getConditions()
Returns:
the conditions

setConditions

public void setConditions(List<Condition> conditions)
Parameters:
conditions - the conditions to set

check

public List<QueryError> check()
Specified by:
check in interface CheckableElement


Copyright © 2013. All Rights Reserved.