public class ConstraintNodeImpl extends BaseBoundNodeImpl implements ConstraintNode
Constructor and Description |
---|
ConstraintNodeImpl() |
ConstraintNodeImpl(String className,
String fieldName) |
ConstraintNodeImpl(String className,
String fieldName,
String operator,
Value value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClassName() |
String |
getFieldName() |
String |
getOperator() |
Value |
getValue() |
int |
hashCode() |
void |
setClassName(String className) |
void |
setFieldName(String fieldName) |
void |
setOperator(String operator) |
void |
setValue(Value value) |
getBinding, isBound, setBinding
addChild, getChildren, getParent, iterator, removeChild, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getBinding, isBound, setBinding
addChild, getChildren, getParent, removeChild, setParent
forEach, iterator, spliterator
public String getClassName()
getClassName
in interface ConstraintNode
public void setClassName(String className)
setClassName
in interface ConstraintNode
public String getFieldName()
getFieldName
in interface ConstraintNode
public void setFieldName(String fieldName)
setFieldName
in interface ConstraintNode
public String getOperator()
getOperator
in interface ConstraintNode
public void setOperator(String operator)
setOperator
in interface ConstraintNode
public boolean equals(Object o)
equals
in class BaseBoundNodeImpl
public int hashCode()
hashCode
in class BaseBoundNodeImpl
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.