| Interface | Description |
|---|---|
| AttributesContainer |
Container of attributes, which may be attached to nodes.
|
| YangInstanceIdentifier.InstanceIdentifierBuilder |
Fluent Builder of Instance Identifier instances.
|
| YangInstanceIdentifier.PathArgument |
Path argument / component of InstanceIdentifier.
|
| Class | Description |
|---|---|
| YangInstanceIdentifier |
Unique identifier of a particular node instance in the data tree.
|
| YangInstanceIdentifier.AugmentationIdentifier |
Composite path argument identifying a
AugmentationNode
node in particular subtree. |
| YangInstanceIdentifier.NodeIdentifier |
Simple path argument identifying a
ContainerNode or
LeafNode leaf in particular subtree. |
| YangInstanceIdentifier.NodeIdentifierWithPredicates |
Composite path argument identifying a
MapEntryNode leaf
overall data tree. |
| YangInstanceIdentifier.NodeWithValue<T> |
Simple path argument identifying a
LeafSetEntryNode leaf
overall data tree. |
| Enum | Description |
|---|---|
| ModifyAction |
Edit operation, as defined by RFC6241 section 7.2.
|
Copyright © 2019 OpenDaylight. All rights reserved.