Interface UserLeafSetNode<T>
- Type Parameters:
T
- Value type of Leaf entries
- All Superinterfaces:
DataContainerChild
,DistinctContainer<YangInstanceIdentifier.NodeWithValue<?>,
,LeafSetEntryNode<T>> DistinctNodeContainer<YangInstanceIdentifier.NodeWithValue<?>,
,LeafSetEntryNode<T>> ItemOrder<ItemOrder.Ordered>
,ItemOrder.Ordered
,LeafSetNode<T>
,MixinNode
,NormalizedContainer<LeafSetEntryNode<T>>
,NormalizedData
,NormalizedNode
,NormalizedNodeContainer<LeafSetEntryNode<T>>
,OrderedContainer<LeafSetEntryNode<T>>
,OrderedNodeContainer<LeafSetEntryNode<T>>
,OrderingAware
,OrderingAware.User
,PrettyTreeAware
- All Known Implementing Classes:
AbstractUserLeafSetNode
public non-sealed interface UserLeafSetNode<T>
extends LeafSetNode<T>, OrderedNodeContainer<LeafSetEntryNode<T>>
LeafSetNode
which preserves user-supplied ordering. This node represents a data instance of
a leaf-list
with a ordered-by user;
substatement.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.opendaylight.yangtools.concepts.ItemOrder
ItemOrder.Ordered, ItemOrder.Unordered
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
NormalizedNode.BuilderFactory
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware
OrderingAware.System, OrderingAware.User
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<UserLeafSetNode>
contract()
Return the contract governing thisNormalizedData
instance.Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild
name
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DistinctContainer
body, childByArg, findChildByArg, getChildByArg
Methods inherited from interface org.opendaylight.yangtools.concepts.ItemOrder.Ordered
itemOrder
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedContainer
isEmpty, size
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderedContainer
childAt, equals, hashCode
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware.User
ordering
Methods inherited from interface org.opendaylight.yangtools.concepts.PrettyTreeAware
prettyTree
-
Method Details
-
contract
Description copied from interface:NormalizedData
Return the contract governing thisNormalizedData
instance.- Specified by:
contract
in interfaceLeafSetNode<T>
- Specified by:
contract
in interfaceNormalizedData
- Specified by:
contract
in interfaceNormalizedNode
- Returns:
- A class identifying the NormalizedData contract.
-