public abstract class BaseBoundNodeImpl extends BaseNodeImpl implements BoundNode
Constructor and Description |
---|
BaseBoundNodeImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBinding() |
int |
hashCode() |
boolean |
isBound() |
void |
setBinding(String binding) |
addChild, getChildren, getParent, iterator, removeChild, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addChild, getChildren, getParent, removeChild, setParent
forEach, iterator, spliterator
public String getBinding()
getBinding
in interface BoundNode
public void setBinding(String binding)
setBinding
in interface BoundNode
public boolean equals(Object o)
equals
in class BaseNodeImpl
public int hashCode()
hashCode
in class BaseNodeImpl
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.