org.drools.workbench.models.guided.dtable.shared.model
Class Pattern52
java.lang.Object
org.drools.workbench.models.guided.dtable.shared.model.Pattern52
- All Implemented Interfaces:
- org.drools.workbench.models.datamodel.rule.HasCEPWindow, BaseColumn, CompositeColumn<ConditionCol52>
- Direct Known Subclasses:
- ActionInsertFactFieldsPattern
public class Pattern52
- extends Object
- implements CompositeColumn<ConditionCol52>, org.drools.workbench.models.datamodel.rule.HasCEPWindow
A Fact Pattern to which column definitions can be added
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pattern52
public Pattern52()
getFactType
public String getFactType()
setFactType
public void setFactType(String factType)
getBoundName
public String getBoundName()
isBound
public boolean isBound()
setBoundName
public void setBoundName(String boundName)
isNegated
public boolean isNegated()
setNegated
public void setNegated(boolean negated)
getChildColumns
public List<ConditionCol52> getChildColumns()
- Specified by:
getChildColumns in interface CompositeColumn<ConditionCol52>
setChildColumns
public void setChildColumns(List<ConditionCol52> conditions)
- Specified by:
setChildColumns in interface CompositeColumn<ConditionCol52>
setWindow
public void setWindow(org.drools.workbench.models.datamodel.rule.CEPWindow window)
- Specified by:
setWindow in interface org.drools.workbench.models.datamodel.rule.HasCEPWindow
getWindow
public org.drools.workbench.models.datamodel.rule.CEPWindow getWindow()
- Specified by:
getWindow in interface org.drools.workbench.models.datamodel.rule.HasCEPWindow
getEntryPointName
public String getEntryPointName()
setEntryPointName
public void setEntryPointName(String entryPointName)
getHeader
public String getHeader()
- Specified by:
getHeader in interface BaseColumn
setHeader
public void setHeader(String header)
- Specified by:
setHeader in interface BaseColumn
isHideColumn
public boolean isHideColumn()
- Specified by:
isHideColumn in interface BaseColumn
setHideColumn
public void setHideColumn(boolean hideColumn)
- Specified by:
setHideColumn in interface BaseColumn
getWidth
public int getWidth()
- Specified by:
getWidth in interface BaseColumn
setWidth
public void setWidth(int width)
- Specified by:
setWidth in interface BaseColumn
getDefaultValue
public DTCellValue52 getDefaultValue()
- Specified by:
getDefaultValue in interface BaseColumn
setDefaultValue
public void setDefaultValue(DTCellValue52 defaultValue)
- Specified by:
setDefaultValue in interface BaseColumn
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.