Drools Workbench - Guided Decision Table Model 6.2.0.CR1

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

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
All Implemented Interfaces:
BaseColumn, DiffColumn
Direct Known Subclasses:
ActionWorkItemInsertFactCol52, LimitedEntryActionInsertFactCol52

public class ActionInsertFactCol52
extends ActionCol52


Field Summary
static String FIELD_BOUND_NAME
           
static String FIELD_FACT_FIELD
           
static String FIELD_FACT_TYPE
          Available fields for this type of column.
static String FIELD_IS_INSERT_LOGICAL
           
static String FIELD_TYPE
           
static String 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
ActionInsertFactCol52()
           
 
Method Summary
 List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
          Analyze differences between two columns of same type.
 String getBoundName()
           
 String getFactField()
           
 String getFactType()
           
 String getType()
           
 String getValueList()
           
 boolean isInsertLogical()
           
 void setBoundName(String boundName)
           
 void setFactField(String factField)
           
 void setFactType(String factType)
           
 void setInsertLogical(boolean isInsertLogical)
           
 void setType(String type)
           
 void setValueList(String valueList)
           
 
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_FACT_TYPE

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

See Also:
Constant Field Values

FIELD_BOUND_NAME

public static final String FIELD_BOUND_NAME
See Also:
Constant Field Values

FIELD_FACT_FIELD

public static final String FIELD_FACT_FIELD
See Also:
Constant Field Values

FIELD_TYPE

public static final String FIELD_TYPE
See Also:
Constant Field Values

FIELD_VALUE_LIST

public static final String FIELD_VALUE_LIST
See Also:
Constant Field Values

FIELD_IS_INSERT_LOGICAL

public static final String FIELD_IS_INSERT_LOGICAL
See Also:
Constant Field Values
Constructor Detail

ActionInsertFactCol52

public ActionInsertFactCol52()
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 DTColumnConfig52
Parameters:
otherColumn - The column to compare with this one.
Returns:
A list of fields and its values that have changed.

setFactType

public void setFactType(String factType)

getFactType

public String getFactType()

setBoundName

public void setBoundName(String boundName)

getBoundName

public String getBoundName()

setFactField

public void setFactField(String factField)

getFactField

public String getFactField()

setType

public void setType(String type)

getType

public String getType()

setValueList

public void setValueList(String valueList)

getValueList

public String getValueList()

isInsertLogical

public boolean isInsertLogical()

setInsertLogical

public void setInsertLogical(boolean isInsertLogical)

Drools Workbench - Guided Decision Table Model 6.2.0.CR1

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