Drools Workbench - Guided Decision Table Model 6.0.0.CR5

org.drools.workbench.models.guided.dtable.shared.model
Class BRLConditionVariableColumn

java.lang.Object
  extended by org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
      extended by org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52
          extended by org.drools.workbench.models.guided.dtable.shared.model.BRLConditionVariableColumn
All Implemented Interfaces:
org.drools.workbench.models.datamodel.rule.HasOperator, org.drools.workbench.models.datamodel.rule.HasParameterizedOperator, org.drools.workbench.models.datamodel.workitems.HasBinding, BaseColumn, BRLVariableColumn

public class BRLConditionVariableColumn
extends ConditionCol52
implements BRLVariableColumn

A column representing a single BRL fragment variable


Field Summary
 
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
defaultValue
 
Constructor Summary
BRLConditionVariableColumn()
           
BRLConditionVariableColumn(String varName, String fieldType)
           
BRLConditionVariableColumn(String varName, String fieldType, String factType, String factField)
           
 
Method Summary
 String getFactType()
           
 String getVarName()
           
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52
clearParameters, deleteParameter, getBinding, getConstraintValueType, getFactField, getFieldType, getOperator, getParameter, getParameters, getValueList, isBound, setBinding, setConstraintValueType, setFactField, setFieldType, setOperator, setParameter, setParameters, setValueList
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
getDefaultValue, getHeader, getWidth, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.workbench.models.guided.dtable.shared.model.BRLVariableColumn
getFactField, getFieldType
 

Constructor Detail

BRLConditionVariableColumn

public BRLConditionVariableColumn()

BRLConditionVariableColumn

public BRLConditionVariableColumn(String varName,
                                  String fieldType)

BRLConditionVariableColumn

public BRLConditionVariableColumn(String varName,
                                  String fieldType,
                                  String factType,
                                  String factField)
Method Detail

getVarName

public String getVarName()
Specified by:
getVarName in interface BRLVariableColumn

getFactType

public String getFactType()
Specified by:
getFactType in interface BRLVariableColumn

Drools Workbench - Guided Decision Table Model 6.0.0.CR5

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