org.drools.semantics.annotation.model
Class ApplicationDataParameterValue

java.lang.Object
  extended by org.drools.semantics.annotation.model.ApplicationDataParameterValue
All Implemented Interfaces:
Serializable, ParameterValue

 class ApplicationDataParameterValue
extends Object
implements ParameterValue


Constructor Summary
ApplicationDataParameterValue(String name, Class<?> clazz)
           
 
Method Summary
 Object getValue(Tuple tuple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDataParameterValue

public ApplicationDataParameterValue(String name,
                                     Class<?> clazz)
Method Detail

getValue

public Object getValue(Tuple tuple)
Specified by:
getValue in interface ParameterValue


Copyright © 2001-2005 The Codehaus. All Rights Reserved.