Uses of Enum Class
org.wso2.siddhi.query.api.expression.condition.Compare.Operator
Packages that use Compare.Operator
Package
Description
-
Uses of Compare.Operator in org.wso2.siddhi.query.api.expression
Methods in org.wso2.siddhi.query.api.expression with parameters of type Compare.OperatorModifier and TypeMethodDescriptionstatic ExpressionExpression.compare(Expression leftExpression, Compare.Operator operator, Expression rightExpression) -
Uses of Compare.Operator in org.wso2.siddhi.query.api.expression.condition
Methods in org.wso2.siddhi.query.api.expression.condition that return Compare.OperatorModifier and TypeMethodDescriptionCompare.getOperator()static Compare.OperatorReturns the enum constant of this class with the specified name.static Compare.Operator[]Compare.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.wso2.siddhi.query.api.expression.condition with parameters of type Compare.OperatorModifierConstructorDescriptionCompare(Expression leftExpression, Compare.Operator operator, Expression rightExpression)