public class ActionInsertNodeImpl extends BaseNodeImpl implements ActionInsertNode
| Constructor and Description |
|---|
ActionInsertNodeImpl() |
ActionInsertNodeImpl(String className) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClassName() |
List<ActionFieldValue> |
getFieldValues() |
int |
hashCode() |
boolean |
isLogicalInsertion() |
void |
setClassName(String className) |
void |
setLogicalInsertion(boolean isLogicalInsertion) |
addChild, getChildren, getParent, iterator, removeChild, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChild, getChildren, getParent, removeChild, setParentforEach, iterator, spliteratorpublic ActionInsertNodeImpl()
public ActionInsertNodeImpl(String className)
public String getClassName()
getClassName in interface ActionInsertNodepublic void setClassName(String className)
setClassName in interface ActionInsertNodepublic boolean isLogicalInsertion()
isLogicalInsertion in interface ActionInsertNodepublic void setLogicalInsertion(boolean isLogicalInsertion)
setLogicalInsertion in interface ActionInsertNodepublic 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.