Class AbstractUserLeafSetNode<T>

java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode<UserLeafSetNode<T>>
org.opendaylight.yangtools.yang.data.api.schema.AbstractUserLeafSetNode<T>
All Implemented Interfaces:
Immutable, ItemOrder<ItemOrder.Ordered>, ItemOrder.Ordered, PrettyTreeAware, DataContainerChild, DistinctContainer<YangInstanceIdentifier.NodeWithValue<?>,LeafSetEntryNode<T>>, DistinctNodeContainer<YangInstanceIdentifier.NodeWithValue<?>,LeafSetEntryNode<T>>, LeafSetNode<T>, MixinNode, NormalizedContainer<LeafSetEntryNode<T>>, NormalizedData, NormalizedNode, NormalizedNodeContainer<LeafSetEntryNode<T>>, OrderedContainer<LeafSetEntryNode<T>>, OrderedNodeContainer<LeafSetEntryNode<T>>, OrderingAware, OrderingAware.User, UserLeafSetNode<T>

public abstract non-sealed class AbstractUserLeafSetNode<T> extends AbstractNormalizedNode<UserLeafSetNode<T>> implements UserLeafSetNode<T>
Abstract base class for implementing UserLeafSetNodes.