Interface StaticExpression

All Superinterfaces:
Expression

public interface StaticExpression extends Expression
Marked if the Expression or Predicate is based from a constant value (ie is static).
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the constant value
    void
    Sets the constant value

    Methods inherited from interface org.apache.camel.Expression

    evaluate, init
  • Method Details

    • getValue

      Object getValue()
      Gets the constant value
    • setValue

      void setValue(Object value)
      Sets the constant value