org.drools.workbench.models.guided.dtable.shared.model
Class LimitedEntryBRLConditionColumn
java.lang.Object
org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52
org.drools.workbench.models.guided.dtable.shared.model.BRLConditionColumn
org.drools.workbench.models.guided.dtable.shared.model.LimitedEntryBRLConditionColumn
- All Implemented Interfaces:
- HasOperator, HasParameterizedOperator, HasBinding, BaseColumn, BRLColumn<IPattern,BRLConditionVariableColumn>, CompositeColumn<BRLConditionVariableColumn>, DiffColumn, LimitedEntryCol
public class LimitedEntryBRLConditionColumn
- extends BRLConditionColumn
- implements LimitedEntryCol
This is the config for a BRLConditionColumn that supports Limited Entry.
Since a Limited Entry BRLConditionColumn contains the literal values in the
BRL definition it does not have a discrete value itself.
| Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52 |
clearParameters, deleteParameter, getBinding, getConstraintValueType, getFactField, getFieldType, getOperator, getParameter, getParameters, getValueList, isBound, setBinding, setConstraintValueType, setFactField, setFieldType, setOperator, setParameter, setParameters, setValueList |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LimitedEntryBRLConditionColumn
public LimitedEntryBRLConditionColumn()
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<BRLConditionVariableColumn> getChildColumns()
- Specified by:
getChildColumns in interface CompositeColumn<BRLConditionVariableColumn>- Overrides:
getChildColumns in class BRLConditionColumn
setChildColumns
public void setChildColumns(List<BRLConditionVariableColumn> childColumns)
- Specified by:
setChildColumns in interface CompositeColumn<BRLConditionVariableColumn>- Overrides:
setChildColumns in class BRLConditionColumn
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.