org.drools.ide.common.client.modeldriven.dt52
Class BRLConditionVariableColumn

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
      extended by org.drools.ide.common.client.modeldriven.dt52.ConditionCol52
          extended by org.drools.ide.common.client.modeldriven.dt52.BRLConditionVariableColumn
All Implemented Interfaces:
Serializable, HasOperator, HasParameterizedOperator, PortableObject, BaseColumn, BRLVariableColumn, HasBinding

public class BRLConditionVariableColumn
extends ConditionCol52
implements BRLVariableColumn

A column representing a single BRL fragment variable

See Also:
Serialized Form

Constructor Summary
BRLConditionVariableColumn()
           
BRLConditionVariableColumn(String varName, String fieldType, String factType, String factField)
           
 
Method Summary
 String getFactType()
           
 String getVarName()
           
 
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 org.drools.ide.common.client.modeldriven.dt52.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.ide.common.client.modeldriven.dt52.BRLVariableColumn
getFactField, getFieldType
 

Constructor Detail

BRLConditionVariableColumn

public BRLConditionVariableColumn()

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


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