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()
XmlRootCopy
getParent
in interface XmlRootCopy<T>
public T getChildRoot()
XmlRootCopy
getChildRoot
in interface XmlRootCopy<T>
public boolean isMergeable()
XmlRootCopy
isMergeable
in interface XmlRootCopy<T>
public void merge()
XmlRootCopy
merge
in interface XmlRootCopy<T>
Copyright © 2009–2023 Oracle Corporation. All rights reserved.