org.drools.ide.common.client.modeldriven.dt52
Class BRLConditionVariableColumn
java.lang.Object
org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
org.drools.ide.common.client.modeldriven.dt52.ConditionCol52
org.drools.ide.common.client.modeldriven.dt52.BRLConditionVariableColumn
- All Implemented Interfaces:
- Serializable, PortableObject, HasOperator, HasParameterizedOperator, BaseColumn, BRLVariableColumn, HasBinding
public class BRLConditionVariableColumn
- extends ConditionCol52
- implements BRLVariableColumn
A column representing a single BRL fragment variable
- See Also:
- Serialized Form
| Methods inherited from class org.drools.ide.common.client.modeldriven.dt52.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.