Interface LeafNode.Builder<V>

All Superinterfaces:
Mutable, NormalizedNode.Builder, NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,V,LeafNode<V>>
All Known Implementing Classes:
ImmutableLeafNodeBuilder, InterningLeafNodeBuilder
Enclosing interface:
LeafNode<T>

public static interface LeafNode.Builder<V> extends NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,V,LeafNode<V>>
A builder of LeafNodes.