Drools Workbench - Guided Decision Table Model 6.0.0.CR5

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

java.lang.Object
  extended by org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
      extended by org.drools.workbench.models.guided.dtable.shared.model.ActionCol52
          extended by org.drools.workbench.models.guided.dtable.shared.model.BRLActionColumn
              extended by org.drools.workbench.models.guided.dtable.shared.model.LimitedEntryBRLActionColumn
All Implemented Interfaces:
BaseColumn, BRLColumn<org.drools.workbench.models.datamodel.rule.IAction,BRLActionVariableColumn>, CompositeColumn<BRLActionVariableColumn>, LimitedEntryCol

public class LimitedEntryBRLActionColumn
extends BRLActionColumn
implements LimitedEntryCol

This is the config for a BRLActionColumn that supports Limited Entry. Since a Limited Entry BRLActionColumn contains the literal values in the BRL definition it does not have a discrete value itself.


Field Summary
 
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
defaultValue
 
Constructor Summary
LimitedEntryBRLActionColumn()
           
 
Method Summary
 List<BRLActionVariableColumn> getChildColumns()
           
 DTCellValue52 getValue()
           
 void setChildColumns(List<BRLActionVariableColumn> childColumns)
           
 void setValue(DTCellValue52 value)
           
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.BRLActionColumn
getDefinition, setDefinition, setHeader, setHideColumn
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
getDefaultValue, getHeader, getWidth, isHideColumn, setDefaultValue, 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.BaseColumn
getDefaultValue, getHeader, getWidth, isHideColumn, setDefaultValue, setWidth
 

Constructor Detail

LimitedEntryBRLActionColumn

public LimitedEntryBRLActionColumn()
Method Detail

getValue

public DTCellValue52 getValue()
Specified by:
getValue in interface LimitedEntryCol

setValue

public void setValue(DTCellValue52 value)
Specified by:
setValue in interface LimitedEntryCol

getChildColumns

public List<BRLActionVariableColumn> getChildColumns()
Specified by:
getChildColumns in interface CompositeColumn<BRLActionVariableColumn>
Overrides:
getChildColumns in class BRLActionColumn

setChildColumns

public void setChildColumns(List<BRLActionVariableColumn> childColumns)
Specified by:
setChildColumns in interface CompositeColumn<BRLActionVariableColumn>
Overrides:
setChildColumns in class BRLActionColumn

Drools Workbench - Guided Decision Table Model 6.0.0.CR5

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