org.drools.ide.common.client.modeldriven.dt52
Class LimitedEntryBRLActionColumn
java.lang.Object
org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
org.drools.ide.common.client.modeldriven.dt52.ActionCol52
org.drools.ide.common.client.modeldriven.dt52.BRLActionColumn
org.drools.ide.common.client.modeldriven.dt52.LimitedEntryBRLActionColumn
- All Implemented Interfaces:
- Serializable, PortableObject, BaseColumn, BRLColumn<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.
- See Also:
- Serialized Form
| 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-2014 JBoss by Red Hat. All Rights Reserved.