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
|
public ConstantExpression(T value)
value
- to set the value topublic T invoke(ExecutionEnvironment environment)
Expression
ExecutionEnvironment
.invoke
in interface Expression<T>
environment
- ExecutionEnvironment
to invoke on.Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.