K - YangInstanceIdentifier.PathArgument which identifies instance of DataContainerNodepublic interface DataContainerNode<K extends YangInstanceIdentifier.PathArgument> extends NormalizedNodeContainer<K,YangInstanceIdentifier.PathArgument,DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>
DataContainerChild nodes.
Schema of this node is described by instance of DataNodeContainer.
| Modifier and Type | Method and Description |
|---|---|
Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>> |
getValue()
Returns iteration of all child nodes.
|
getChild, getIdentifiergetNodeType@Nonnull Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>> getValue()
Implementation Notes:
All nodes returned in this iterable, MUST also be accessible via
#getChild(PathArgument) using their associated identifier.
getValue in interface NormalizedNode<K extends YangInstanceIdentifier.PathArgument,Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>>getValue in interface NormalizedNodeContainer<K extends YangInstanceIdentifier.PathArgument,YangInstanceIdentifier.PathArgument,DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>Copyright © 2019 OpenDaylight. All rights reserved.