Interface OrderedLeafSetNode<T>
-
- Type Parameters:
T
- Value type of Leaf entries
- All Superinterfaces:
DataContainerChild<YangInstanceIdentifier.NodeIdentifier,Collection<LeafSetEntryNode<T>>>
,Identifiable<YangInstanceIdentifier.NodeIdentifier>
,LeafSetNode<T>
,MixinNode
,NormalizedNode<YangInstanceIdentifier.NodeIdentifier,Collection<LeafSetEntryNode<T>>>
,NormalizedNodeContainer<YangInstanceIdentifier.NodeIdentifier,YangInstanceIdentifier.NodeWithValue,LeafSetEntryNode<T>>
,OrderedNodeContainer<LeafSetEntryNode<T>>
- All Known Implementing Classes:
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode
public interface OrderedLeafSetNode<T> extends LeafSetNode<T>, OrderedNodeContainer<LeafSetEntryNode<T>>
Leaf set node which preserves user-supplied ordering.This node represents a data instance of
leaf-list
withordered-by user;
substatement.Except preserving user-ordering all other semantics and behaviour is same as in
LeafSetNode
.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild
getIdentifier
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
getNodeType
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodeContainer
getChild, getIdentifier, getValue
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderedNodeContainer
getChild, getSize
-
-