|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.PropertyValueExpressionPair
public class PropertyValueExpressionPair
Pair of expressions with "equals" operator between.
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 |
---|
public PropertyValueExpressionPair()
public PropertyValueExpressionPair(PropertyValueExpression left, PropertyValueExpression right)
left
- expressionright
- expressionMethod Detail |
---|
public Expression getLeft()
public void setLeft(Expression left)
left
- leftpublic Expression getRight()
public void setRight(Expression right)
right
- to set
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |