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, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChild, getChildren, getParent, removeChild, setParentforEach, iterator, spliteratorpublic ActionUpdateNodeImpl()
public ActionUpdateNodeImpl(TypeNode boundNode)
public TypeNode getBoundNode()
getBoundNode in interface ActionUpdateNodepublic void setBoundNode(TypeNode boundNode)
setBoundNode in interface ActionUpdateNodepublic boolean isModify()
isModify in interface ActionUpdateNodepublic void setModify(boolean isModify)
setModify in interface ActionUpdateNodepublic List<ActionFieldValue> getFieldValues()
getFieldValues in interface HasFieldValuespublic boolean equals(Object o)
equals in class BaseNodeImplpublic int hashCode()
hashCode in class BaseNodeImplCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.