Class AbstractSystemLeafSetNode<T>

java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode<N>
org.opendaylight.yangtools.yang.data.api.schema.AbstractSystemLeafSetNode<T>
All Implemented Interfaces:
Immutable, ItemOrder<ItemOrder.Unordered>, ItemOrder.Unordered, PrettyTreeAware, DataContainerChild, DistinctContainer<YangInstanceIdentifier.NodeWithValue<?>,LeafSetEntryNode<T>>, DistinctNodeContainer<YangInstanceIdentifier.NodeWithValue<?>,LeafSetEntryNode<T>>, LeafSetNode<T>, MixinNode, NormalizedContainer<LeafSetEntryNode<T>>, NormalizedData, NormalizedNode, NormalizedNodeContainer<LeafSetEntryNode<T>>, OrderingAware, OrderingAware.System, SystemLeafSetNode<T>

public abstract non-sealed class AbstractSystemLeafSetNode<T> extends AbstractNormalizedNode<N> implements SystemLeafSetNode<T>
Abstract base class for implementing SystemLeafSetNodes.