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>,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
Constructors Constructor Description LimitedEntryBRLActionColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BRLActionVariableColumn>getChildColumns()DTCellValue52getValue()voidsetChildColumns(List<BRLActionVariableColumn> childColumns)voidsetValue(DTCellValue52 value)-
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.BRLActionColumn
diff, equals, getDefinition, hashCode, setDefinition, setHideColumn
-
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
cloneCommonColumnConfigFrom, extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setWidth
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.workbench.models.guided.dtable.shared.model.BaseColumn
getDefaultValue, getHeader, getWidth, isHideColumn, setDefaultValue, setHeader, setWidth
-
-
-
-
Method Detail
-
getValue
public DTCellValue52 getValue()
- Specified by:
getValuein interfaceLimitedEntryCol
-
setValue
public void setValue(DTCellValue52 value)
- Specified by:
setValuein interfaceLimitedEntryCol
-
getChildColumns
public List<BRLActionVariableColumn> getChildColumns()
- Specified by:
getChildColumnsin interfaceCompositeColumn<BRLActionVariableColumn>- Overrides:
getChildColumnsin classBRLActionColumn
-
setChildColumns
public void setChildColumns(List<BRLActionVariableColumn> childColumns)
- Specified by:
setChildColumnsin interfaceCompositeColumn<BRLActionVariableColumn>- Overrides:
setChildColumnsin classBRLActionColumn
-
-