@Beta public interface MountPointNode extends MixinNode, DataContainerNode<MountPointIdentifier>, DataContainerChild<MountPointIdentifier,Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>>
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.
Modifier and Type | Method and Description |
---|---|
@NonNull MountPointContext |
getMountPointContext()
Return the underlying mount point context.
|
default QName |
getNodeType()
QName of the node as defined in YANG schema.
|
getValue
getChild, getIdentifier, size
getIdentifier
default QName getNodeType()
NormalizedNode
getNodeType
in interface NormalizedNode<MountPointIdentifier,Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>>
@NonNull MountPointContext getMountPointContext()
Copyright © 2020 OpenDaylight. All rights reserved.