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

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ActionFieldValue
      extended by org.drools.ide.common.client.modeldriven.brl.ActionFieldFunction
All Implemented Interfaces:
Serializable, PortableObject, FieldNature

public class ActionFieldFunction
extends ActionFieldValue

This node indicates that the user wants to execute a method on some fact in case the LHR matches.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldValue
field, nature, type, value
 
Fields inherited from interface org.drools.ide.common.client.modeldriven.FieldNature
TYPE_ENUM, TYPE_FORMULA, TYPE_LITERAL, TYPE_PREDICATE, TYPE_TEMPLATE, TYPE_UNDEFINED, TYPE_VARIABLE
 
Constructor Summary
ActionFieldFunction()
           
ActionFieldFunction(String field, String value, String type)
           
 
Method Summary
 String getMethod()
           
 void setMethod(String methodName)
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldValue
getField, getNature, getType, getValue, isFormula, setField, setNature, setType, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFieldFunction

public ActionFieldFunction()

ActionFieldFunction

public ActionFieldFunction(String field,
                           String value,
                           String type)
Method Detail

setMethod

public void setMethod(String methodName)

getMethod

public String getMethod()


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