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

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
      extended by org.drools.ide.common.client.modeldriven.dt52.ConditionCol52
          extended by org.drools.ide.common.client.modeldriven.dt52.LimitedEntryConditionCol52
All Implemented Interfaces:
Serializable, PortableObject, HasOperator, HasParameterizedOperator, BaseColumn, LimitedEntryCol, HasBinding

public class LimitedEntryConditionCol52
extends ConditionCol52
implements LimitedEntryCol

This is the config for a condition column that supports Limited Entry, hence it has a value. Typically many of them have their constraints added.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
defaultValue
 
Constructor Summary
LimitedEntryConditionCol52()
           
 
Method Summary
 DTCellValue52 getValue()
           
 void setValue(DTCellValue52 value)
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.dt52.ConditionCol52
clearParameters, deleteParameter, getBinding, getConstraintValueType, getFactField, getFieldType, getOperator, getParameter, getParameters, getValueList, isBound, setBinding, setConstraintValueType, setFactField, setFieldType, setOperator, setParameter, setParameters, setValueList
 
Methods inherited from class org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52
getDefaultValue, getHeader, getWidth, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LimitedEntryConditionCol52

public LimitedEntryConditionCol52()
Method Detail

getValue

public DTCellValue52 getValue()
Specified by:
getValue in interface LimitedEntryCol

setValue

public void setValue(DTCellValue52 value)
Specified by:
setValue in interface LimitedEntryCol


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.