Interface DataContainerChild
- All Superinterfaces:
Identifiable<YangInstanceIdentifier.PathArgument>
,NormalizedNode
,PrettyTreeAware
- All Known Subinterfaces:
AnydataNode<V>
,AnyxmlNode<V>
,AugmentationNode
,ChoiceNode
,ContainerNode
,DOMSourceAnyxmlNode
,ForeignDataNode<V>
,LeafNode<T>
,LeafSetNode<T>
,MapNode
,MountPointNode
,SystemLeafSetNode<T>
,SystemMapNode
,UnkeyedListNode
,UserLeafSetNode<T>
,UserMapNode
- All Known Implementing Classes:
ImmutableContainerNodeBuilder.ImmutableContainerNode
,ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
,ImmutableMapNodeBuilder.ImmutableMapNode
,ImmutableMountPointNode
,ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
,ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
,ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
,ImmutableUserMapNodeBuilder.ImmutableUserMapNode
Marker interface for direct children of
DataContainerNode
.
Implementation notes
This interface should not be implemented directly, but rather using one of its subinterfaces:AugmentationNode
ChoiceNode
ContainerNode
ForeignDataNode
LeafNode
LeafSetNode
MapNode
and its specializationsUnkeyedListNode
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
body, contract, getIdentifier
Methods inherited from interface org.opendaylight.yangtools.concepts.PrettyTreeAware
prettyTree