Interface MountPointNode

All Superinterfaces:
DataContainerChild, DataContainerNode, DistinctNodeContainer<YangInstanceIdentifier.PathArgument,DataContainerChild>, Identifiable<YangInstanceIdentifier.PathArgument>, ItemOrder<ItemOrder.Unordered>, ItemOrder.Unordered, MixinNode, NormalizedNode, NormalizedNodeContainer<DataContainerChild>, OrderingAware, OrderingAware.System, PrettyTreeAware
All Known Implementing Classes:
ImmutableMountPointNode

@Beta public interface MountPointNode extends DataContainerNode, DataContainerChild, MixinNode
Common NormalizedNode representation of a YANG mount point.

These nodes are not meant to be stored in a DataTree and most NormalizedNode utilities will be confused when they see them. The purpose of this interface is making data interchange between mount point-aware components more seamless.