org.kuali.rice.krms.framework.engine.expression
Class ConstantExpression<T>

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

public final class ConstantExpression<T>
extends Object
implements Expression<T>

TODO...

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
ConstantExpression(T value)
           
 
Method Summary
 T invoke(ExecutionEnvironment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantExpression

public ConstantExpression(T value)
Method Detail

invoke

public T invoke(ExecutionEnvironment environment)
Specified by:
invoke in interface Expression<T>


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.