Class ConstantExpression<T>

java.lang.Object
org.kuali.rice.krms.framework.engine.expression.ConstantExpression<T>
All Implemented Interfaces:
Expression<T>

public final class ConstantExpression<T> extends Object implements Expression<T>
The Expression used in Construction will be returned when invoked with any given ExecutionEnvironment
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • ConstantExpression

      public ConstantExpression(T value)
      Create a ConstantExpression with the given value
      Parameters:
      value - to set the value to
  • Method Details