- All Superinterfaces:
org.xmlobjects.copy.CopyCallback
public interface Child
extends org.xmlobjects.copy.CopyCallback
-
Method Summary
-
Method Details
-
getParent
Child getParent() -
setParent
-
getParent
-
preCopy
default void preCopy(org.xmlobjects.copy.CopyContext context, org.xmlobjects.copy.CopyMode mode, boolean isRoot) - Specified by:
preCopyin interfaceorg.xmlobjects.copy.CopyCallback
-
postCopy
default void postCopy(org.xmlobjects.copy.CopyContext context, org.xmlobjects.copy.CopyMode mode, boolean isRoot) - Specified by:
postCopyin interfaceorg.xmlobjects.copy.CopyCallback
-