|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.brms.client.modeldriven.brl.ActionFieldList
public abstract class ActionFieldList
This class is the parent for field setting or assertion actions. Contains the list of fields and their values to be set.
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 |
---|
public ActionFieldValue[] fieldValues
Constructor Detail |
---|
public ActionFieldList()
Method Detail |
---|
public void removeField(int idx)
public void addFieldValue(ActionFieldValue val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |