Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.query.sql.model
Class Predicate

java.lang.Object
  extended by org.nuxeo.ecm.core.query.sql.model.Expression
      extended by org.nuxeo.ecm.core.query.sql.model.Predicate
All Implemented Interfaces:
Serializable, ASTNode, Operand
Direct Known Subclasses:
MultiExpression

public class Predicate
extends Expression

Predicates are boolean expressions.

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuxeo.ecm.core.query.sql.model.Expression
lvalue, operator, rvalue
 
Constructor Summary
Predicate(Operand lvalue, Operator operator, Operand rvalue)
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.core.query.sql.model.Expression
accept, equals, hashCode, isPathExpression, isSuffix, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Predicate

public Predicate(Operand lvalue,
                 Operator operator,
                 Operand rvalue)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.