JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.interfaces
Interface IParentChildrenHolder<T>
All Known Implementing Classes:
DataSet
,
Sample
@JsonObject("as.dto.common.interfaces.IParentChildrenHolder")
public interface
IParentChildrenHolder<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
T
>
getChildren
()
List
<
T
>
getParents
()
Method Details
getParents
List
<
T
>
getParents
()
getChildren
List
<
T
>
getChildren
()