当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
ActionFieldList (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.brms.client.modeldriven.brxml
Class ActionFieldList
java.lang.Object
org.drools.brms.client.modeldriven.brxml.ActionFieldList
- All Implemented Interfaces:
- IAction, PortableObject
- Direct Known Subclasses:
- ActionAssertFact, ActionSetField
public abstract class ActionFieldList
- extends Object
- implements IAction
This class is the parent for field setting or assertion actions.
Contains the list of fields and their values to be set.
- Author:
- Michael Neale
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldValues
public ActionFieldValue[] fieldValues
ActionFieldList
public ActionFieldList()
removeField
public void removeField(int idx)
addFieldValue
public void addFieldValue(ActionFieldValue val)
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.