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

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

Deprecated.

@Deprecated
public class ConditionCol
extends DTColumnConfig

This is the config for a condition column. Typically many of them have their constraints added.

See Also:
Serialized Form

Field Summary
 String boundName
          Deprecated. The name that this gets referenced as.
 int constraintValueType
          Deprecated. The type of the value that is in the cell, eg if it is a formula, or literal value etc.
 String factField
          Deprecated. The field of the fact that this pertains to (if its a predicate, ignore it).
 String factType
          Deprecated. The type of the fact - class - eg Driver, Person, Cheese etc.
 String header
          Deprecated. What is displayed at the top
 String operator
          Deprecated. The operator to use to compare the field with the value (unless its a predicate, in which case this is ignored).
 String valueList
          Deprecated. A comma separated list of valid values.
 
Fields inherited from class org.drools.ide.common.client.modeldriven.dt.DTColumnConfig
defaultValue, hideColumn, reverseOrder, useRowNumber, width
 
Constructor Summary
ConditionCol()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

public String header
Deprecated. 
What is displayed at the top


factType

public String factType
Deprecated. 
The type of the fact - class - eg Driver, Person, Cheese etc.


boundName

public String boundName
Deprecated. 
The name that this gets referenced as. Multiple columns with the same name mean their constraints will be combined.


constraintValueType

public int constraintValueType
Deprecated. 
The type of the value that is in the cell, eg if it is a formula, or literal value etc. The valid types are from ISingleFieldConstraint: TYPE_LITERAL TYPE_RET_VALUE TYPE_PREDICATE (in this case, the field and operator are ignored).


factField

public String factField
Deprecated. 
The field of the fact that this pertains to (if its a predicate, ignore it).


operator

public String operator
Deprecated. 
The operator to use to compare the field with the value (unless its a predicate, in which case this is ignored).


valueList

public String valueList
Deprecated. 
A comma separated list of valid values. Optional.

Constructor Detail

ConditionCol

public ConditionCol()
Deprecated. 


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