Interface LeafNode.Builder<V>
- All Superinterfaces:
Mutable
,NormalizedNode.Builder
,NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,
V, LeafNode<V>>
- All Known Implementing Classes:
ImmutableLeafNodeBuilder
,InterningLeafNodeBuilder
public static interface LeafNode.Builder<V>
extends NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,V,LeafNode<V>>
A builder of
LeafNode
s.-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.builder.NormalizedNodeBuilder
build, withNodeIdentifier, withValue