com.espertech.esper.client.soda
Class Assignment

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

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

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.

See Also:
Serialized Form

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

Assignment

public Assignment()
Ctor.


Assignment

public Assignment(Expression value)
Ctor.

Parameters:
value - value to assign
Method Detail

getValue

public Expression getValue()
Returns expression to eval.

Returns:
eval expression

setValue

public void setValue(Expression value)
Sets expression to eval.

Parameters:
value - expression

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