org.mule.common.query.expression
Interface BinaryOperator

All Superinterfaces:
Operator
All Known Implementing Classes:
AbstractBinaryOperator, EqualsOperator, GreaterOperator, GreaterOrEqualsOperator, LessOperator, LessOrEqualsOperator, LikeOperator, NotEqualsOperator

public interface BinaryOperator
extends Operator

Represents a binary operator for a field


Method Summary
 String toString()
           
 
Methods inherited from interface org.mule.common.query.expression.Operator
accept
 

Method Detail

toString

String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.