Uses of Class
org.wso2.siddhi.query.api.condition.Condition.Operator

Packages that use Condition.Operator
org.wso2.siddhi.query.api.condition   
 

Uses of Condition.Operator in org.wso2.siddhi.query.api.condition
 

Methods in org.wso2.siddhi.query.api.condition that return Condition.Operator
 Condition.Operator Compare.getOperator()
           
static Condition.Operator Condition.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Condition.Operator[] Condition.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.wso2.siddhi.query.api.condition with parameters of type Condition.Operator
static Condition Condition.compare(Expression leftExpression, Condition.Operator operator, Expression rightExpression)
           
 

Constructors in org.wso2.siddhi.query.api.condition with parameters of type Condition.Operator
Compare(Expression leftExpression, Condition.Operator operator, Expression rightExpression)
           
 



Copyright © 2014. All rights reserved.