Class LimitedEntryActionSetFieldCol52
- java.lang.Object
-
- org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
-
- org.drools.workbench.models.guided.dtable.shared.model.ActionCol52
-
- org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52
-
- org.drools.workbench.models.guided.dtable.shared.model.LimitedEntryActionSetFieldCol52
-
- All Implemented Interfaces:
BaseColumn,DiffColumn,LimitedEntryCol
public class LimitedEntryActionSetFieldCol52 extends ActionSetFieldCol52 implements LimitedEntryCol
A column that sets the value of an existing fact.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_VALUEAvailable fields for this type of column.-
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52
FIELD_BOUND_NAME, FIELD_FACT_FIELD, FIELD_TYPE, FIELD_UPDATE, 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 LimitedEntryActionSetFieldCol52()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseColumnFieldDiff>diff(BaseColumn otherColumn)Analyze differences between two columns of same type.booleanequals(Object o)DTCellValue52getValue()inthashCode()voidsetValue(DTCellValue52 value)-
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52
getBoundName, getFactField, getType, getValueList, isUpdate, setBoundName, setFactField, setType, setUpdate, setValueList
-
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
cloneCommonColumnConfigFrom, extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidth
-
-
-
-
Field Detail
-
FIELD_VALUE
public static final String FIELD_VALUE
Available fields for this type of column.- See Also:
- Constant Field Values
-
-
Method Detail
-
diff
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
Description copied from interface:DiffColumnAnalyze differences between two columns of same type.- Specified by:
diffin interfaceDiffColumn- Overrides:
diffin classActionSetFieldCol52- 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:
getValuein interfaceLimitedEntryCol
-
setValue
public void setValue(DTCellValue52 value)
- Specified by:
setValuein interfaceLimitedEntryCol
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classActionSetFieldCol52
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActionSetFieldCol52
-
-