Interface ChildOf<P extends DataContainer>

Type Parameters:
P - Parent DataContainer type
All Superinterfaces:
BindingContract<DataContainer>, BindingObject, DataContainer, DataObject

public interface ChildOf<P extends DataContainer> extends 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.