org.drools.brms.client.modeldriven.brl
Class ActionFieldList

java.lang.Object
  extended by org.drools.brms.client.modeldriven.brl.ActionFieldList
All Implemented Interfaces:
IAction, PortableObject
Direct Known Subclasses:
ActionInsertFact, ActionSetField

public abstract class ActionFieldList
extends java.lang.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

Field Summary
 ActionFieldValue[] fieldValues
           
 
Constructor Summary
ActionFieldList()
           
 
Method Summary
 void addFieldValue(ActionFieldValue val)
           
 void removeField(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldValues

public ActionFieldValue[] fieldValues
Constructor Detail

ActionFieldList

public ActionFieldList()
Method Detail

removeField

public void removeField(int idx)

addFieldValue

public void addFieldValue(ActionFieldValue val)