Class ActionSetField
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ActionFieldList
-
- org.drools.workbench.models.datamodel.rule.ActionSetField
-
- All Implemented Interfaces:
IAction
- Direct Known Subclasses:
ActionCallMethod,ActionUpdateField
public class ActionSetField extends ActionFieldList
For setting a field on a bound LHS variable or a global. If setting a field on a fact bound variable, this will NOT notify the engine of any changes (unless done outside of the engine).
-
-
Constructor Summary
Constructors Constructor Description ActionSetField()ActionSetField(String var)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetVariable()inthashCode()voidsetVariable(String variable)-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ActionFieldList
addFieldValue, getFieldValues, removeField, setFieldValues
-
-
-
-
Constructor Detail
-
ActionSetField
public ActionSetField(String var)
-
ActionSetField
public ActionSetField()
-
-
Method Detail
-
getVariable
public String getVariable()
-
setVariable
public void setVariable(String variable)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classActionFieldList
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActionFieldList
-
-