Interface LeafSetEntryNode<T>

Type Parameters:
T - Value type
All Superinterfaces:
NormalizedData, NormalizedNode, PrettyTreeAware, ValueNode<T>

public non-sealed interface LeafSetEntryNode<T> extends ValueNode<T>
Leaf node with multiplicity 0...n. Leaf node has a value, but no child nodes in the data tree, schema for leaf node and its value is described by LeafListSchemaNode.