JavaScript is disabled on your browser.
Skip navigation links
xml-objects 1.2.0
Overview
Module
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.xmlobjects
Package
org.xmlobjects.model
Interface Child
public interface
Child
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
Child
getParent
()
default <T extends
Child
>
T
getParent
(
Class
<T> type)
void
setParent
(
Child
parent)
Method Details
getParent
Child
getParent
()
setParent
void
setParent
(
Child
parent)
getParent
default
<T extends
Child
>
T
getParent
(
Class
<T> type)