org.drools.workbench.models.commons.shared.rule
Class ActionFieldList
java.lang.Object
org.drools.workbench.models.commons.shared.rule.ActionFieldList
- All Implemented Interfaces:
- IAction
- Direct Known Subclasses:
- ActionInsertFact, 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionFieldList
public ActionFieldList()
getFieldValues
public ActionFieldValue[] getFieldValues()
setFieldValues
public void setFieldValues(ActionFieldValue[] actionFieldValues)
removeField
public void removeField(int idx)
addFieldValue
public void addFieldValue(ActionFieldValue val)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.