Class Assignment
java.lang.Object
com.espertech.esper.common.client.soda.Assignment
- All Implemented Interfaces:
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns expression to eval.void
setValue
(Expression value) Sets expression to eval.
-
Constructor Details
-
Assignment
public Assignment()Ctor. -
Assignment
Ctor.- Parameters:
value
- value to assign
-
-
Method Details
-
getValue
Returns expression to eval.- Returns:
- eval expression
-
setValue
Sets expression to eval.- Parameters:
value
- expression
-