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

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


org.drools.brms.client.modeldriven.brxml
Class ActionModifyField

java.lang.Object
  extended by org.drools.brms.client.modeldriven.brxml.ActionFieldList
      extended by org.drools.brms.client.modeldriven.brxml.ActionSetField
          extended by org.drools.brms.client.modeldriven.brxml.ActionModifyField
All Implemented Interfaces:
IAction, PortableObject

public class ActionModifyField
extends ActionSetField

Basically the same as setting fields, EXCEPT that it will notify the engine of the changes. This only applies to bound fact variables from the LHS.

Author:
Michael Neale

Field Summary
 
Fields inherited from class org.drools.brms.client.modeldriven.brxml.ActionSetField
variable
 
Fields inherited from class org.drools.brms.client.modeldriven.brxml.ActionFieldList
fieldValues
 
Constructor Summary
ActionModifyField()
           
ActionModifyField(String itemText)
           
 
Method Summary
 String getType()
          This is used mainly for display purposes.
 
Methods inherited from class org.drools.brms.client.modeldriven.brxml.ActionFieldList
addFieldValue, removeField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionModifyField

public ActionModifyField(String itemText)

ActionModifyField

public ActionModifyField()
Method Detail

getType

public String getType()
This is used mainly for display purposes.

Overrides:
getType in class ActionSetField


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