org.drools.ide.common.client.modeldriven.dt
Class ActionSetFieldCol

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.dt.DTColumnConfig
      extended by org.drools.ide.common.client.modeldriven.dt.ActionCol
          extended by org.drools.ide.common.client.modeldriven.dt.ActionSetFieldCol
All Implemented Interfaces:
Serializable, PortableObject

Deprecated.

@Deprecated
public class ActionSetFieldCol
extends ActionCol

See Also:
Serialized Form

Field Summary
 String boundName
          Deprecated. The bound name of the variable to be effected.
 String factField
          Deprecated. The field on the fact being effected.
 String type
          Deprecated. Same as the type in ActionFieldValue - eg, either a String, or Numeric.
 boolean update
          Deprecated. This will be true if it is meant to be a modify to the engine, when in inferencing mode.
 String valueList
          Deprecated. An optional comma separated list of values.
 
Fields inherited from class org.drools.ide.common.client.modeldriven.dt.ActionCol
header
 
Fields inherited from class org.drools.ide.common.client.modeldriven.dt.DTColumnConfig
defaultValue, hideColumn, reverseOrder, useRowNumber, width
 
Constructor Summary
ActionSetFieldCol()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boundName

public String boundName
Deprecated. 
The bound name of the variable to be effected. If the same name appears twice, is it merged into the same action.


factField

public String factField
Deprecated. 
The field on the fact being effected.


type

public String type
Deprecated. 
Same as the type in ActionFieldValue - eg, either a String, or Numeric. Refers to the data type of the literal value in the cell. These values come from SuggestionCompletionEngine.


valueList

public String valueList
Deprecated. 
An optional comma separated list of values.


update

public boolean update
Deprecated. 
This will be true if it is meant to be a modify to the engine, when in inferencing mode.

Constructor Detail

ActionSetFieldCol

public ActionSetFieldCol()
Deprecated. 


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