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

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.ActionInsertFactCol
All Implemented Interfaces:
Serializable, PortableObject

Deprecated.

@Deprecated
public class ActionInsertFactCol
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 factType
          Deprecated. The fact type (class) that is to be created.
 String type
          Deprecated. Same as the type in ActionFieldValue - eg, either a String, or Numeric.
 String valueList
          Deprecated. An optional comman 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
ActionInsertFactCol()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factType

public String factType
Deprecated. 
The fact type (class) that is to be created. eg Driver, Person, Cheese.


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. Refer to the types in SuggestionCompletionEngine.


valueList

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

Constructor Detail

ActionInsertFactCol

public ActionInsertFactCol()
Deprecated. 


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