com.espertech.esper.client.soda
Class PropertyValueExpressionPair

java.lang.Object
  extended by com.espertech.esper.client.soda.PropertyValueExpressionPair
All Implemented Interfaces:
java.io.Serializable

public class PropertyValueExpressionPair
extends java.lang.Object
implements java.io.Serializable

Pair of expressions with "equals" operator between.

See Also:
Serialized Form

Constructor Summary
PropertyValueExpressionPair()
          Ctor.
PropertyValueExpressionPair(PropertyValueExpression left, PropertyValueExpression right)
          Ctor.
 
Method Summary
 Expression getLeft()
          Returns left expr.
 Expression getRight()
          Returns right side.
 void setLeft(Expression left)
          Sets left expr.
 void setRight(Expression right)
          Sets right side.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyValueExpressionPair

public PropertyValueExpressionPair()
Ctor.


PropertyValueExpressionPair

public PropertyValueExpressionPair(PropertyValueExpression left,
                                   PropertyValueExpression right)
Ctor.

Parameters:
left - expression
right - expression
Method Detail

getLeft

public Expression getLeft()
Returns left expr.

Returns:
left

setLeft

public void setLeft(Expression left)
Sets left expr.

Parameters:
left - left

getRight

public Expression getRight()
Returns right side.

Returns:
right side

setRight

public void setRight(Expression right)
Sets right side.

Parameters:
right - to set

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com