org.drools.ide.common.client.modeldriven.dt52
Class LimitedEntryBRLActionColumn

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
      extended by org.drools.ide.common.client.modeldriven.dt52.ActionCol52
          extended by org.drools.ide.common.client.modeldriven.dt52.BRLActionColumn
              extended by 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

Field Summary
 
Fields inherited from class org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
defaultValue
 
Constructor Summary
LimitedEntryBRLActionColumn()
           
 
Method Summary
 List<BRLActionVariableColumn> getChildColumns()
           
 DTCellValue52 getValue()
           
 void setChildColumns(List<BRLActionVariableColumn> childColumns)
           
 void setValue(DTCellValue52 value)
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.dt52.BRLActionColumn
getDefinition, setDefinition, setHeader, setHideColumn
 
Methods inherited from class org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
getDefaultValue, getHeader, getWidth, isHideColumn, setDefaultValue, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.ide.common.client.modeldriven.dt52.BaseColumn
getDefaultValue, getHeader, getWidth, isHideColumn, setDefaultValue, setWidth
 

Constructor Detail

LimitedEntryBRLActionColumn

public LimitedEntryBRLActionColumn()
Method Detail

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.