public class XmlRootCopyImpl<T> extends Object implements XmlRootCopy<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getChildRoot()
Gets the root of the JavaBean tree
|
XmlRootHandle<T> |
getParent()
Gets the XmlRootHandle from which this copy was created
|
boolean |
isMergeable()
Returns true if this child copy can still
have merge called on it succesfully
|
void |
merge()
Merges the changes made to this tree into
the parent tree
|
String |
toString() |
public XmlRootHandle<T> getParent()
XmlRootCopygetParent in interface XmlRootCopy<T>public T getChildRoot()
XmlRootCopygetChildRoot in interface XmlRootCopy<T>public boolean isMergeable()
XmlRootCopyisMergeable in interface XmlRootCopy<T>public void merge()
XmlRootCopymerge in interface XmlRootCopy<T>Copyright © 2009–2020 Oracle Corporation. All rights reserved.