Class AbstractLeafSetEntryNode<T>

java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode<N>
org.opendaylight.yangtools.yang.data.api.schema.AbstractLeafSetEntryNode<T>
All Implemented Interfaces:
Immutable, PrettyTreeAware, LeafSetEntryNode<T>, NormalizedData, NormalizedNode, ValueNode<T>
Direct Known Subclasses:
ImmutableLeafSetEntryNode

public abstract non-sealed class AbstractLeafSetEntryNode<T> extends AbstractNormalizedNode<N> implements LeafSetEntryNode<T>
Abstract base class for LeafSetEntryNode implementations.