K - Local identifier of nodeV - Value of nodepublic interface NormalizedNode<K extends YangInstanceIdentifier.PathArgument,V> extends Identifiable<K>
YangInstanceIdentifier.
See subinterfaces of this interface for concretization of node.
| Modifier and Type | Method and Description |
|---|---|
K |
getIdentifier()
Locally unique identifier of the node.
|
QName |
getNodeType()
QName of the node as defined in YANG schema.
|
V |
getValue()
Value of node.
|
QName getNodeType()
@Nonnull K getIdentifier()
getIdentifier in interface Identifiable<K extends YangInstanceIdentifier.PathArgument>Copyright © 2019 OpenDaylight. All rights reserved.