Interface LeafSetNode<T>

Type Parameters:
T - Type of leaf node values.
All Superinterfaces:
DataContainerChild, DistinctNodeContainer<YangInstanceIdentifier.NodeWithValue<?>,LeafSetEntryNode<T>>, Identifiable<YangInstanceIdentifier.PathArgument>, MixinNode, NormalizedNode, NormalizedNodeContainer<LeafSetEntryNode<T>>, OrderingAware, PrettyTreeAware
All Known Subinterfaces:
SystemLeafSetNode<T>, UserLeafSetNode<T>
All Known Implementing Classes:
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode, ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode

Node representing set of simple leaf nodes. Node containing instances of LeafSetEntryNode.

Schema and semantics of this node are described by instance of LeafListSchemaNode.