public class ActionInsertFactWrapper extends Object implements ActionWrapper
EMPTY_COLUMN| Constructor and Description |
|---|
ActionInsertFactWrapper(BaseDecisionTableColumnPlugin plugin) |
ActionInsertFactWrapper(BaseDecisionTableColumnPlugin plugin,
org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 actionCol52) |
| Modifier and Type | Method and Description |
|---|---|
org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 |
getActionCol52() |
String |
getBoundName() |
org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 |
getDefaultValue() |
String |
getFactField() |
String |
getFactType() |
String |
getHeader() |
String |
getType() |
String |
getValueList() |
boolean |
isHideColumn() |
boolean |
isInsertLogical() |
boolean |
isUpdateEngine() |
void |
setBoundName(String boundName) |
void |
setDefaultValue(org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 defaultValue) |
void |
setFactField(String factField) |
void |
setFactType(String factType) |
void |
setHeader(String header) |
void |
setHideColumn(boolean hideColumn) |
void |
setInsertLogical(boolean insertLogical) |
void |
setType(String type) |
void |
setUpdate(boolean update) |
void |
setValueList(String valueList) |
public ActionInsertFactWrapper(BaseDecisionTableColumnPlugin plugin, org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 actionCol52)
public ActionInsertFactWrapper(BaseDecisionTableColumnPlugin plugin)
public boolean isHideColumn()
isHideColumn in interface ActionWrapperpublic void setHideColumn(boolean hideColumn)
setHideColumn in interface ActionWrapperpublic boolean isInsertLogical()
isInsertLogical in interface ActionWrapperpublic void setInsertLogical(boolean insertLogical)
setInsertLogical in interface ActionWrapperpublic boolean isUpdateEngine()
isUpdateEngine in interface ActionWrapperpublic void setUpdate(boolean update)
setUpdate in interface ActionWrapperpublic org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 getDefaultValue()
getDefaultValue in interface ActionWrapperpublic void setDefaultValue(org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 defaultValue)
setDefaultValue in interface ActionWrapperpublic String getBoundName()
getBoundName in interface ActionWrapperpublic void setBoundName(String boundName)
setBoundName in interface ActionWrapperpublic String getFactField()
getFactField in interface ActionWrapperpublic void setFactField(String factField)
setFactField in interface ActionWrapperpublic String getFactType()
getFactType in interface ActionWrapperpublic void setFactType(String factType)
setFactType in interface ActionWrapperpublic String getHeader()
getHeader in interface ActionWrapperpublic void setHeader(String header)
setHeader in interface ActionWrapperpublic String getType()
getType in interface ActionWrapperpublic void setType(String type)
setType in interface ActionWrapperpublic String getValueList()
getValueList in interface ActionWrapperpublic void setValueList(String valueList)
setValueList in interface ActionWrapperpublic org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 getActionCol52()
getActionCol52 in interface ActionWrapperCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.