P
- Parent containerpublic interface ChildOf<P> extends DataObject
Any nested Java interface generated from YANG must implement this interface, where parameter P
points
to it's defining data node container (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.
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.