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, 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

Field Summary
 
Fields inherited from class org.drools.ide.common.client.modeldriven.dt52.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.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)

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-2013 JBoss by Red Hat. All Rights Reserved.