org.drools.ide.common.client.modeldriven.dt52
Class BRLRuleModel.ActionInsertFactCol52ActionInsertFactAdaptor

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ActionFieldList
      extended by org.drools.ide.common.client.modeldriven.brl.ActionInsertFact
          extended by org.drools.ide.common.client.modeldriven.dt52.BRLRuleModel.ActionInsertFactCol52ActionInsertFactAdaptor
All Implemented Interfaces:
Serializable, PortableObject, IAction
Enclosing class:
BRLRuleModel

public static class BRLRuleModel.ActionInsertFactCol52ActionInsertFactAdaptor
extends ActionInsertFact

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.ActionInsertFact
factType
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldList
fieldValues
 
Method Summary
 void addFieldValue(ActionFieldValue val)
           
 String getBoundName()
           
 boolean isBound()
           
 void removeField(int idx)
           
 void setBoundName(String boundName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isBound

public boolean isBound()
Overrides:
isBound in class ActionInsertFact

getBoundName

public String getBoundName()
Overrides:
getBoundName in class ActionInsertFact

setBoundName

public void setBoundName(String boundName)
Overrides:
setBoundName in class ActionInsertFact

removeField

public void removeField(int idx)
Overrides:
removeField in class ActionFieldList

addFieldValue

public void addFieldValue(ActionFieldValue val)
Overrides:
addFieldValue in class ActionFieldList


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