org.drools.workbench.models.guided.dtable.shared.model
Class BRLConditionVariableColumn
java.lang.Object
org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52
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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BRLConditionVariableColumn
public BRLConditionVariableColumn()
BRLConditionVariableColumn
public BRLConditionVariableColumn(String varName,
String fieldType)
BRLConditionVariableColumn
public BRLConditionVariableColumn(String varName,
String fieldType,
String factType,
String factField)
getVarName
public String getVarName()
- Specified by:
getVarName in interface BRLVariableColumn
getFactType
public String getFactType()
- Specified by:
getFactType in interface BRLVariableColumn
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.