public interface StaticExpression extends Expression
Expression or Predicate is based from a constant value (ie is static).| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Gets the constant value
|
void |
setValue(Object value)
Sets the constant value
|
evaluate, initApache Camel