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:
org.drools.workbench.models.datamodel.rule.HasOperator,org.drools.workbench.models.datamodel.rule.HasParameterizedOperator,org.drools.workbench.models.datamodel.workitems.HasBinding,BaseColumn,BRLColumn<org.drools.workbench.models.datamodel.rule.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.
-
-
Field Summary
-
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.BRLConditionColumn
FIELD_CHILD_COLUMNS, FIELD_DEFINITION
-
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52
FIELD_BINDING, FIELD_CONSTRAINT_VALUE_TYPE, FIELD_FACT_FIELD, FIELD_FIELD_TYPE, FIELD_OPERATOR, FIELD_VALUE_LIST
-
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 LimitedEntryBRLConditionColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BRLConditionVariableColumn>getChildColumns()DTCellValue52getValue()voidsetChildColumns(List<BRLConditionVariableColumn> childColumns)voidsetValue(DTCellValue52 value)-
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.BRLConditionColumn
diff, equals, getDefinition, hashCode, setDefinition, setHideColumn
-
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52
clearParameters, conditionCol52SpecificDiff, deleteParameter, getBinding, getConstraintValueType, getFactField, getFieldType, getOperator, getParameter, getParameters, getValueList, isBound, setBinding, setConstraintValueType, setFactField, setFieldType, setOperator, setParameter, setParameters, setValueList
-
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<BRLConditionVariableColumn> getChildColumns()
- Specified by:
getChildColumnsin interfaceCompositeColumn<BRLConditionVariableColumn>- Overrides:
getChildColumnsin classBRLConditionColumn
-
setChildColumns
public void setChildColumns(List<BRLConditionVariableColumn> childColumns)
- Specified by:
setChildColumnsin interfaceCompositeColumn<BRLConditionVariableColumn>- Overrides:
setChildColumnsin classBRLConditionColumn
-
-