org.drools.ide.common.client.modeldriven.brl
Class ActionSetField

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ActionFieldList
      extended by org.drools.ide.common.client.modeldriven.brl.ActionSetField
All Implemented Interfaces:
Serializable, IAction, PortableObject
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).

See Also:
Serialized Form

Field Summary
 String variable
           
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldList
fieldValues
 
Constructor Summary
ActionSetField()
           
ActionSetField(String var)
           
 
Method Summary
 
Methods inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldList
addFieldValue, removeField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variable

public String variable
Constructor Detail

ActionSetField

public ActionSetField(String var)

ActionSetField

public ActionSetField()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.