org.drools.workbench.models.guided.dtable.shared.model
Class LimitedEntryBRLActionColumn
java.lang.Object
org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
org.drools.workbench.models.guided.dtable.shared.model.ActionCol52
org.drools.workbench.models.guided.dtable.shared.model.BRLActionColumn
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LimitedEntryBRLActionColumn
public LimitedEntryBRLActionColumn()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.