public class ActionUpdateNodeImpl extends BaseNodeImpl implements ActionUpdateNode
Constructor and Description |
---|
ActionUpdateNodeImpl() |
ActionUpdateNodeImpl(TypeNode boundNode) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
TypeNode |
getBoundNode() |
List<ActionFieldValue> |
getFieldValues() |
int |
hashCode() |
boolean |
isModify() |
void |
setBoundNode(TypeNode boundNode) |
void |
setModify(boolean isModify) |
addChild, getChildren, getParent, iterator, removeChild, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addChild, getChildren, getParent, removeChild, setParent
forEach, iterator, spliterator
public ActionUpdateNodeImpl()
public ActionUpdateNodeImpl(TypeNode boundNode)
public TypeNode getBoundNode()
getBoundNode
in interface ActionUpdateNode
public void setBoundNode(TypeNode boundNode)
setBoundNode
in interface ActionUpdateNode
public boolean isModify()
isModify
in interface ActionUpdateNode
public void setModify(boolean isModify)
setModify
in interface ActionUpdateNode
public List<ActionFieldValue> getFieldValues()
getFieldValues
in interface HasFieldValues
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.