org.drools.workbench.models.guided.dtree.shared.model.nodes.impl
Class ConstraintNodeImpl
java.lang.Object
org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseBoundNodeImpl
org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.ConstraintNodeImpl
- All Implemented Interfaces:
- Iterable<Node>, BoundNode, ConstraintNode, HasValue, Node
public class ConstraintNodeImpl
- extends BaseBoundNodeImpl
- implements ConstraintNode
ConstraintNodeImpl
public ConstraintNodeImpl()
ConstraintNodeImpl
public ConstraintNodeImpl(String className,
String fieldName)
ConstraintNodeImpl
public ConstraintNodeImpl(String className,
String fieldName,
String operator,
Value value)
getClassName
public String getClassName()
- Specified by:
getClassName in interface ConstraintNode
setClassName
public void setClassName(String className)
- Specified by:
setClassName in interface ConstraintNode
getFieldName
public String getFieldName()
- Specified by:
getFieldName in interface ConstraintNode
setFieldName
public void setFieldName(String fieldName)
- Specified by:
setFieldName in interface ConstraintNode
getOperator
public String getOperator()
- Specified by:
getOperator in interface ConstraintNode
setOperator
public void setOperator(String operator)
- Specified by:
setOperator in interface ConstraintNode
getValue
public Value getValue()
- Specified by:
getValue in interface HasValue
setValue
public void setValue(Value value)
- Specified by:
setValue in interface HasValue
equals
public boolean equals(Object o)
- Overrides:
equals in class BaseBoundNodeImpl
hashCode
public int hashCode()
- Overrides:
hashCode in class BaseBoundNodeImpl
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.