Interface ChildOf<P extends DataContainer>
- Type Parameters:
P
- ParentDataContainer
type
- All Superinterfaces:
BindingContract<DataContainer>
,BindingObject
,DataContainer
,DataObject
Child of parent container. Marker interface uniquely bounding generated Java interfaces to their parent container.
Any nested Java interface generated from YANG must implement this interface, where parameter P
points
to it's defining DataContainer
(interface generated for List, Container, Case).
In case of children added by augmentation (which implements Augmentation
) interfaces representing nested
container must implements ChildOf
with same argument as Augmentation.
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.DataObject
implementedInterface