public class ActionSetFactWrapper extends Object implements ActionWrapper
EMPTY_COLUMN
Constructor and Description |
---|
ActionSetFactWrapper(BaseDecisionTableColumnPlugin plugin) |
Modifier and Type | Method and Description |
---|---|
org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52 |
getActionCol52() |
String |
getBoundName() |
org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 |
getDefaultValue() |
String |
getFactField() |
String |
getFactType() |
String |
getHeader() |
String |
getType() |
String |
getValueList() |
boolean |
isInsertLogical() |
boolean |
isUpdate() |
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 |
setInsertLogical(boolean insertLogical) |
void |
setType(String type) |
void |
setUpdate(boolean update) |
void |
setValueList(String valueList) |
public ActionSetFactWrapper(BaseDecisionTableColumnPlugin plugin)
public boolean isInsertLogical()
isInsertLogical
in interface ActionWrapper
public void setInsertLogical(boolean insertLogical)
setInsertLogical
in interface ActionWrapper
public boolean isUpdate()
isUpdate
in interface ActionWrapper
public void setUpdate(boolean update)
setUpdate
in interface ActionWrapper
public org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 getDefaultValue()
getDefaultValue
in interface ActionWrapper
public void setDefaultValue(org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 defaultValue)
setDefaultValue
in interface ActionWrapper
public String getBoundName()
getBoundName
in interface ActionWrapper
public void setBoundName(String boundName)
setBoundName
in interface ActionWrapper
public String getFactField()
getFactField
in interface ActionWrapper
public void setFactField(String factField)
setFactField
in interface ActionWrapper
public String getFactType()
getFactType
in interface ActionWrapper
public void setFactType(String factType)
setFactType
in interface ActionWrapper
public String getHeader()
getHeader
in interface ActionWrapper
public void setHeader(String header)
setHeader
in interface ActionWrapper
public String getType()
getType
in interface ActionWrapper
public void setType(String type)
setType
in interface ActionWrapper
public String getValueList()
getValueList
in interface ActionWrapper
public void setValueList(String valueList)
setValueList
in interface ActionWrapper
public org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52 getActionCol52()
getActionCol52
in interface ActionWrapper
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.