Interface LeafSetNode<T>
-
- Type Parameters:
T
- Type of leaf node values.
- All Superinterfaces:
DataContainerChild<YangInstanceIdentifier.NodeIdentifier,Collection<LeafSetEntryNode<T>>>
,Identifiable<YangInstanceIdentifier.NodeIdentifier>
,MixinNode
,NormalizedNode<YangInstanceIdentifier.NodeIdentifier,Collection<LeafSetEntryNode<T>>>
,NormalizedNodeContainer<YangInstanceIdentifier.NodeIdentifier,YangInstanceIdentifier.NodeWithValue,LeafSetEntryNode<T>>
- All Known Subinterfaces:
OrderedLeafSetNode<T>
- All Known Implementing Classes:
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
,ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode
public interface LeafSetNode<T> extends MixinNode, DataContainerChild<YangInstanceIdentifier.NodeIdentifier,Collection<LeafSetEntryNode<T>>>, NormalizedNodeContainer<YangInstanceIdentifier.NodeIdentifier,YangInstanceIdentifier.NodeWithValue,LeafSetEntryNode<T>>
Node representing set of simple leaf nodes. Node containing instances ofLeafSetEntryNode
.Schema and semantics of this node are described by instance of
LeafListSchemaNode
.
-
-
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, size
-
-