Interface ContainerNode
-
- All Superinterfaces:
DataContainerChild<YangInstanceIdentifier.NodeIdentifier,Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>>
,DataContainerNode<YangInstanceIdentifier.NodeIdentifier>
,Identifiable<YangInstanceIdentifier.NodeIdentifier>
,NormalizedNode<YangInstanceIdentifier.NodeIdentifier,Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>>
,NormalizedNodeContainer<YangInstanceIdentifier.NodeIdentifier,YangInstanceIdentifier.PathArgument,DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>
- All Known Implementing Classes:
ImmutableContainerNodeBuilder.ImmutableContainerNode
public interface ContainerNode extends DataContainerNode<YangInstanceIdentifier.NodeIdentifier>, DataContainerChild<YangInstanceIdentifier.NodeIdentifier,Collection<DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?>>>
Data subtree with cardinality 0..1 in the context of parent node.Node which does not have value but contains valid
DataContainerChild
nodes.Schema of this node is described by instance of
ContainerSchemaNode
.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild
getIdentifier
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerNode
getValue
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
getNodeType
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodeContainer
getChild, getIdentifier
-
-