public final class ConstantExpression<T> extends Object implements Expression<T>
Expression used in Construction will be returned when invoked with any given ExecutionEnvironment| Constructor and Description |
|---|
ConstantExpression(T value)
Create a ConstantExpression with the given value
|
| Modifier and Type | Method and Description |
|---|---|
T |
invoke(ExecutionEnvironment environment)
Invoke on the given
ExecutionEnvironment. |
public ConstantExpression(T value)
value - to set the value topublic T invoke(ExecutionEnvironment environment)
ExpressionExecutionEnvironment.invoke in interface Expression<T>environment - ExecutionEnvironment to invoke on.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.