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, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addChild, getChildren, getParent, removeChild, setParent
forEach, iterator, spliterator
public ActionInsertNodeImpl()
public ActionInsertNodeImpl(String className)
public String getClassName()
getClassName
in interface ActionInsertNode
public void setClassName(String className)
setClassName
in interface ActionInsertNode
public boolean isLogicalInsertion()
isLogicalInsertion
in interface ActionInsertNode
public void setLogicalInsertion(boolean isLogicalInsertion)
setLogicalInsertion
in interface ActionInsertNode
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–2017 JBoss by Red Hat. All rights reserved.