Interface LeafSetNode<T>

Type Parameters:
T - Type of leaf node values.
All Superinterfaces:
DataContainerChild, DistinctContainer<YangInstanceIdentifier.NodeWithValue<?>,LeafSetEntryNode<T>>, DistinctNodeContainer<YangInstanceIdentifier.NodeWithValue<?>,LeafSetEntryNode<T>>, MixinNode, NormalizedContainer<LeafSetEntryNode<T>>, NormalizedData, NormalizedNode, NormalizedNodeContainer<LeafSetEntryNode<T>>, OrderingAware, PrettyTreeAware
All Known Subinterfaces:
SystemLeafSetNode<T>, UserLeafSetNode<T>
All Known Implementing Classes:
AbstractSystemLeafSetNode, AbstractUserLeafSetNode

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

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