Class ConstantExpression<T>
java.lang.Object
org.kuali.rice.krms.framework.engine.expression.ConstantExpression<T>
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionConstantExpression(T value) Create a ConstantExpression with the given value -
Method Summary
-
Constructor Details
-
ConstantExpression
Create a ConstantExpression with the given value- Parameters:
value- to set the value to
-
-
Method Details
-
invoke
Description copied from interface:ExpressionInvoke on the givenExecutionEnvironment.- Specified by:
invokein interfaceExpression<T>- Parameters:
environment-ExecutionEnvironmentto invoke on.- Returns:
- T
-