Class PropertyValueExpression

java.lang.Object
com.espertech.esper.common.client.soda.ExpressionBase
com.espertech.esper.common.client.soda.PropertyValueExpression
All Implemented Interfaces:
Expression, Serializable

public class PropertyValueExpression extends ExpressionBase
Expression returning a property value.
See Also:
  • Constructor Details

    • PropertyValueExpression

      public PropertyValueExpression()
      Ctor.
    • PropertyValueExpression

      public PropertyValueExpression(String propertyName)
      Ctor.
      Parameters:
      propertyName - is the name of the property
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Returns the property name.
      Returns:
      name of the property
    • setPropertyName

      public void setPropertyName(String propertyName)
      Sets the property name.
      Parameters:
      propertyName - name of the property
    • getPrecedence

      public ExpressionPrecedenceEnum getPrecedence()
      Description copied from interface: Expression
      Returns precedence.
      Returns:
      precedence
    • toPrecedenceFreeEPL

      public void toPrecedenceFreeEPL(StringWriter writer)
      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 class ExpressionBase
      Parameters:
      writer - is the output to use