Class PropertyValueExpression
java.lang.Object
com.espertech.esper.common.client.soda.ExpressionBase
com.espertech.esper.common.client.soda.PropertyValueExpression
- All Implemented Interfaces:
Expression
,Serializable
Expression returning a property value.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns precedence.Returns the property name.void
setPropertyName
(String propertyName) Sets the property name.void
toPrecedenceFreeEPL
(StringWriter writer) Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.Methods inherited from class com.espertech.esper.common.client.soda.ExpressionBase
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
-
Constructor Details
-
PropertyValueExpression
public PropertyValueExpression()Ctor. -
PropertyValueExpression
Ctor.- Parameters:
propertyName
- is the name of the property
-
-
Method Details
-
getPropertyName
Returns the property name.- Returns:
- name of the property
-
setPropertyName
Sets the property name.- Parameters:
propertyName
- name of the property
-
getPrecedence
Description copied from interface:Expression
Returns precedence.- Returns:
- precedence
-
toPrecedenceFreeEPL
Description copied from class:ExpressionBase
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.- Specified by:
toPrecedenceFreeEPL
in classExpressionBase
- Parameters:
writer
- is the output to use
-