Drools Workbench - Guided Decision Table Model 6.2.0.CR1

org.drools.workbench.models.guided.dtable.shared.model
Class LimitedEntryActionInsertFactCol52

java.lang.Object
  extended by org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
      extended by org.drools.workbench.models.guided.dtable.shared.model.ActionCol52
          extended by org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52
              extended by org.drools.workbench.models.guided.dtable.shared.model.LimitedEntryActionInsertFactCol52
All Implemented Interfaces:
BaseColumn, DiffColumn, LimitedEntryCol

public class LimitedEntryActionInsertFactCol52
extends ActionInsertFactCol52
implements LimitedEntryCol

A column that sets a field on a new fact.


Field Summary
static String FIELD_VALUE
          Available fields for this type of column.
 
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52
FIELD_BOUND_NAME, FIELD_FACT_FIELD, FIELD_FACT_TYPE, FIELD_IS_INSERT_LOGICAL, FIELD_TYPE, 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
LimitedEntryActionInsertFactCol52()
           
 
Method Summary
 List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
          Analyze differences between two columns of same type.
 DTCellValue52 getValue()
           
 void setValue(DTCellValue52 value)
           
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52
getBoundName, getFactField, getFactType, getType, getValueList, isInsertLogical, setBoundName, setFactField, setFactType, setInsertLogical, setType, setValueList
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_VALUE

public static final String FIELD_VALUE
Available fields for this type of column.

See Also:
Constant Field Values
Constructor Detail

LimitedEntryActionInsertFactCol52

public LimitedEntryActionInsertFactCol52()
Method Detail

diff

public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
Description copied from interface: DiffColumn
Analyze differences between two columns of same type.

Specified by:
diff in interface DiffColumn
Overrides:
diff in class ActionInsertFactCol52
Parameters:
otherColumn - The column to compare with this one.
Returns:
A list of fields and its values that have changed.

getValue

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

setValue

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

Drools Workbench - Guided Decision Table Model 6.2.0.CR1

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