Class YangInstanceIdentifier.PathArgument

java.lang.Object
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
All Implemented Interfaces:
Serializable, Comparable<YangInstanceIdentifier.PathArgument>, Identifier, Immutable
Direct Known Subclasses:
YangInstanceIdentifier.NodeIdentifier, YangInstanceIdentifier.NodeIdentifierWithPredicates, YangInstanceIdentifier.NodeWithValue
Enclosing class:
YangInstanceIdentifier

Path argument / component of InstanceIdentifier. Path argument uniquely identifies node in data tree on particular level.

This interface itself is used as common parent for actual path arguments types and should not be implemented by user code.

Path arguments SHOULD contain only minimum of information required to uniquely identify node on particular subtree level.

For actual path arguments types see:

See Also: