Drools Workbench - Guided Decision Table Model 6.2.0.CR1

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<IAction,BRLActionVariableColumn>, CompositeColumn<BRLActionVariableColumn>, DiffColumn, 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.BRLActionColumn
FIELD_CHILD_COLUMNS, FIELD_DEFINITION
 
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
defaultValue, FIELD_DEFAULT_VALUE, FIELD_HEADER, FIELD_HIDE_COLUMN, FIELD_WIDTH
 
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
diff, getDefinition, setDefinition, setHeader, setHideColumn
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, 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.2.0.CR1

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