Interface Child

All Superinterfaces:
org.xmlobjects.copy.CopyCallback

public interface Child extends org.xmlobjects.copy.CopyCallback
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default <T extends Child>
    T
    getParent(Class<T> type)
     
    default void
    postCopy(org.xmlobjects.copy.CopyContext context, org.xmlobjects.copy.CopyMode mode, boolean isRoot)
     
    default void
    preCopy(org.xmlobjects.copy.CopyContext context, org.xmlobjects.copy.CopyMode mode, boolean isRoot)
     
    void
    setParent(Child parent)
     
  • Method Details

    • getParent

      Child getParent()
    • setParent

      void setParent(Child parent)
    • getParent

      default <T extends Child> T getParent(Class<T> type)
    • preCopy

      default void preCopy(org.xmlobjects.copy.CopyContext context, org.xmlobjects.copy.CopyMode mode, boolean isRoot)
      Specified by:
      preCopy in interface org.xmlobjects.copy.CopyCallback
    • postCopy

      default void postCopy(org.xmlobjects.copy.CopyContext context, org.xmlobjects.copy.CopyMode mode, boolean isRoot)
      Specified by:
      postCopy in interface org.xmlobjects.copy.CopyCallback