Interface StaticExpression
- All Superinterfaces:
Expression
Marked if the
Expression or Predicate is based from a constant value (ie is static).-
Method Summary
Methods inherited from interface Expression
evaluate, init
-
Method Details
-
getValue
Object getValue()Gets the constant value -
setValue
Sets the constant value
-