|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.Assignment
public class Assignment
An assignment is an expression specifically for the purpose of usage in updates. Usually an assignment is an equal-expression with the lhs being an event property or variable and the rhs being the new value expression.
Constructor Summary | |
---|---|
Assignment()
Ctor. |
|
Assignment(Expression value)
Ctor. |
Method Summary | |
---|---|
Expression |
getValue()
Returns expression to eval. |
void |
setValue(Expression value)
Sets expression to eval. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Assignment()
public Assignment(Expression value)
value
- value to assignMethod Detail |
---|
public Expression getValue()
public void setValue(Expression value)
value
- expression
|
© 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 |