站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

DroolsMVELLocalDeclarationVariable (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.base.mvel
Class DroolsMVELLocalDeclarationVariable

java.lang.Object
  extended by org.drools.base.mvel.DroolsMVELLocalDeclarationVariable
All Implemented Interfaces:
org.mvel.integration.VariableResolver

public class DroolsMVELLocalDeclarationVariable
extends Object
implements org.mvel.integration.VariableResolver


Constructor Summary
DroolsMVELLocalDeclarationVariable(Declaration declaration, DroolsMVELFactory factory)
           
 
Method Summary
 int getFlags()
           
 Class getKnownType()
           
 String getName()
           
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DroolsMVELLocalDeclarationVariable

public DroolsMVELLocalDeclarationVariable(Declaration declaration,
                                          DroolsMVELFactory factory)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.mvel.integration.VariableResolver

getKnownType

public Class getKnownType()
Specified by:
getKnownType in interface org.mvel.integration.VariableResolver

getValue

public Object getValue()
Specified by:
getValue in interface org.mvel.integration.VariableResolver

setValue

public void setValue(Object value)
Specified by:
setValue in interface org.mvel.integration.VariableResolver

getFlags

public int getFlags()
Specified by:
getFlags in interface org.mvel.integration.VariableResolver


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.