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

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


org.drools.base.mvel
Class DroolsMVELGlobalVariable

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

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


Constructor Summary
DroolsMVELGlobalVariable(String identifier, Class knownType, 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

DroolsMVELGlobalVariable

public DroolsMVELGlobalVariable(String identifier,
                                Class knownType,
                                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.