org.drools.ide.common.client.modeldriven.dt
Class ConditionCol
java.lang.Object
org.drools.ide.common.client.modeldriven.dt.DTColumnConfig
org.drools.ide.common.client.modeldriven.dt.ConditionCol
- All Implemented Interfaces:
- Serializable, PortableObject
public class ConditionCol
- extends DTColumnConfig
This is the config for a condition column. Typically many of them have their
constraints added.
- See Also:
- Serialized Form
ConditionCol
public ConditionCol()
setHeader
public void setHeader(String header)
getHeader
public String getHeader()
setFactType
public void setFactType(String factType)
getFactType
public String getFactType()
setBoundName
public void setBoundName(String boundName)
getBoundName
public String getBoundName()
setConstraintValueType
public void setConstraintValueType(int constraintValueType)
getConstraintValueType
public int getConstraintValueType()
setFactField
public void setFactField(String factField)
getFactField
public String getFactField()
setOperator
public void setOperator(String operator)
getOperator
public String getOperator()
setValueList
public void setValueList(String valueList)
getValueList
public String getValueList()
isNegated
public boolean isNegated()
setNegated
public void setNegated(boolean negated)
equals
public boolean equals(Object obj)
- Overrides:
equals in class DTColumnConfig
hashCode
public int hashCode()
- Overrides:
hashCode in class DTColumnConfig
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.