Interface DataContainerNode

All Superinterfaces:
DataContainer, DistinctContainer<YangInstanceIdentifier.NodeIdentifier,DataContainerChild>, DistinctNodeContainer<YangInstanceIdentifier.NodeIdentifier,DataContainerChild>, ItemOrder<ItemOrder.Unordered>, ItemOrder.Unordered, NormalizedContainer<DataContainerChild>, NormalizedData, NormalizedNode, NormalizedNodeContainer<DataContainerChild>, OrderingAware, OrderingAware.System, PrettyTreeAware
All Known Subinterfaces:
ChoiceNode, ContainerNode, MapEntryNode, UnkeyedListEntryNode
All Known Implementing Classes:
AbstractChoiceNode, AbstractContainerNode, AbstractMapEntryNode, AbstractUnkeyedListEntryNode

Abstract node which does not have value but contains valid DataContainerChild nodes. Schema of this node is described by instance of DataNodeContainer.

Implementation notes

This interface should not be implemented directly, but rather implementing one of it's subclasses